drivers/net/ethernet/ti/cpsw_switchdev.h

Source file repositories/reference/linux-study-clean/drivers/net/ethernet/ti/cpsw_switchdev.h

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/ti/cpsw_switchdev.h
Extension
.h
Size
465 bytes
Lines
16
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 DRIVERS_NET_ETHERNET_TI_CPSW_SWITCHDEV_H_
#define DRIVERS_NET_ETHERNET_TI_CPSW_SWITCHDEV_H_

#include <net/switchdev.h>

bool cpsw_port_dev_check(const struct net_device *dev);
int cpsw_switchdev_register_notifiers(struct cpsw_common *cpsw);
void cpsw_switchdev_unregister_notifiers(struct cpsw_common *cpsw);

#endif /* DRIVERS_NET_ETHERNET_TI_CPSW_SWITCHDEV_H_ */

Annotation

Implementation Notes