drivers/net/dsa/mv88e6xxx/tcflower.h

Source file repositories/reference/linux-study-clean/drivers/net/dsa/mv88e6xxx/tcflower.h

File Facts

System
Linux kernel
Corpus path
drivers/net/dsa/mv88e6xxx/tcflower.h
Extension
.h
Size
468 bytes
Lines
15
Domain
Driver Families
Bucket
drivers/net
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _MV88E6XXX_TCFLOWER_H_
#define _MV88E6XXX_TCFLOWER_H_

int mv88e6xxx_cls_flower_add(struct dsa_switch *ds, int port,
			     struct flow_cls_offload *cls, bool ingress);
int mv88e6xxx_cls_flower_del(struct dsa_switch *ds, int port,
			     struct flow_cls_offload *cls, bool ingress);
void mv88e6xxx_flower_teardown(struct mv88e6xxx_chip *chip);
#endif

Annotation

Implementation Notes