drivers/net/ethernet/renesas/rswitch_l2.h

Source file repositories/reference/linux-study-clean/drivers/net/ethernet/renesas/rswitch_l2.h

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/renesas/rswitch_l2.h
Extension
.h
Size
374 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 __RSWITCH_L2_H__
#define __RSWITCH_L2_H__

void rswitch_update_l2_offload(struct rswitch_private *priv);

int rswitch_register_notifiers(void);
void rswitch_unregister_notifiers(void);

#endif	/* #ifndef __RSWITCH_L2_H__ */

Annotation

Implementation Notes