drivers/net/ethernet/ti/icssg/icssg_switchdev.h

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

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/ti/icssg/icssg_switchdev.h
Extension
.h
Size
442 bytes
Lines
14
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 __NET_TI_ICSSG_SWITCHDEV_H
#define __NET_TI_ICSSG_SWITCHDEV_H

#include "icssg_prueth.h"

int prueth_switchdev_register_notifiers(struct prueth *prueth);
void prueth_switchdev_unregister_notifiers(struct prueth *prueth);
bool prueth_dev_check(const struct net_device *ndev);

#endif /* __NET_TI_ICSSG_SWITCHDEV_H */

Annotation

Implementation Notes