Searched defs:e1000_nvm_operations (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/igb/ |
D | e1000_hw.h | 331 struct e1000_nvm_operations { struct 332 s32 (*acquire)(struct e1000_hw *); 333 s32 (*read)(struct e1000_hw *, u16, u16, u16 *); 334 void (*release)(struct e1000_hw *); 358 struct e1000_nvm_operations *nvm_ops; argument
|
/linux-6.12.1/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 563 struct e1000_nvm_operations { struct 564 s32 (*acquire)(struct e1000_hw *); 565 s32 (*read)(struct e1000_hw *, u16, u16, u16 *); 566 void (*release)(struct e1000_hw *); 567 void (*reload)(struct e1000_hw *); 568 s32 (*update)(struct e1000_hw *); 569 s32 (*valid_led_default)(struct e1000_hw *, u16 *); 570 s32 (*validate)(struct e1000_hw *); 571 s32 (*write)(struct e1000_hw *, u16, u16, u16 *);
|