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

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

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/intel/igc/igc_i225.h
Extension
.h
Size
501 bytes
Lines
17
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_I225_H_
#define _IGC_I225_H_

s32 igc_acquire_swfw_sync_i225(struct igc_hw *hw, u16 mask);
void igc_release_swfw_sync_i225(struct igc_hw *hw, u16 mask);

s32 igc_init_nvm_params_i225(struct igc_hw *hw);
bool igc_get_flash_presence_i225(struct igc_hw *hw);
s32 igc_set_eee_i225(struct igc_hw *hw, bool adv2p5G, bool adv1G,
		     bool adv100M);
s32 igc_set_ltr_i225(struct igc_hw *hw, bool link);

#endif

Annotation

Implementation Notes