drivers/net/ethernet/wangxun/ngbe/ngbe_hw.h

Source file repositories/reference/linux-study-clean/drivers/net/ethernet/wangxun/ngbe/ngbe_hw.h

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/wangxun/ngbe/ngbe_hw.h
Extension
.h
Size
365 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 _NGBE_HW_H_
#define _NGBE_HW_H_

int ngbe_eeprom_chksum_hostif(struct wx *wx);
void ngbe_sfp_modules_txrx_powerctl(struct wx *wx, bool swi);
int ngbe_reset_hw(struct wx *wx);
#endif /* _NGBE_HW_H_ */

Annotation

Implementation Notes