drivers/net/ethernet/intel/igc/igc_nvm.h

Source file repositories/reference/linux-study-clean/drivers/net/ethernet/intel/igc/igc_nvm.h

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/intel/igc/igc_nvm.h
Extension
.h
Size
349 bytes
Lines
13
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 _IGC_NVM_H_
#define _IGC_NVM_H_

s32 igc_read_mac_addr(struct igc_hw *hw);
s32 igc_read_nvm_eerd(struct igc_hw *hw, u16 offset, u16 words, u16 *data);
s32 igc_validate_nvm_checksum(struct igc_hw *hw);
s32 igc_update_nvm_checksum(struct igc_hw *hw);

#endif

Annotation

Implementation Notes