drivers/net/ethernet/marvell/prestera/prestera_ethtool.h

Source file repositories/reference/linux-study-clean/drivers/net/ethernet/marvell/prestera/prestera_ethtool.h

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/marvell/prestera/prestera_ethtool.h
Extension
.h
Size
363 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 __PRESTERA_ETHTOOL_H_
#define __PRESTERA_ETHTOOL_H_

#include <linux/ethtool.h>

struct prestera_port_event;
struct prestera_port;

extern const struct ethtool_ops prestera_ethtool_ops;

#endif /* _PRESTERA_ETHTOOL_H_ */

Annotation

Implementation Notes