Searched defs:e1000_nvm_operations (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 542 struct e1000_nvm_operations { struct 543 s32 (*acquire)(struct e1000_hw *); 544 s32 (*read)(struct e1000_hw *, u16, u16, u16 *); 545 void (*release)(struct e1000_hw *); 546 void (*reload)(struct e1000_hw *); 547 s32 (*update)(struct e1000_hw *); 548 s32 (*valid_led_default)(struct e1000_hw *, u16 *); 549 s32 (*validate)(struct e1000_hw *); 550 s32 (*write)(struct e1000_hw *, u16, u16, u16 *);
|