drivers/net/dsa/mv88e6060.h

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

File Facts

System
Linux kernel
Corpus path
drivers/net/dsa/mv88e6060.h
Extension
.h
Size
4347 bytes
Lines
120
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

struct mv88e6060_priv {
	/* MDIO bus and address on bus to use. When in single chip
	 * mode, address is 0, and the switch uses multiple addresses
	 * on the bus.  When in multi-chip mode, the switch uses a
	 * single address which contains two registers used for
	 * indirect access to more registers.
	 */
	struct mii_bus *bus;
	int sw_addr;
	struct dsa_switch *ds;
};

#endif

Annotation

Implementation Notes