Searched defs:e1000_nvm_operations (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | e1000_hw.h | 349 struct e1000_nvm_operations { struct 350 s32 (*acquire)(struct e1000_hw *); 351 s32 (*read)(struct e1000_hw *, u16, u16, u16 *); 352 void (*release)(struct e1000_hw *); 376 struct e1000_nvm_operations *nvm_ops; argument
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 523 struct e1000_nvm_operations { struct 524 s32 (*acquire)(struct e1000_hw *); 525 s32 (*read)(struct e1000_hw *, u16, u16, u16 *); 526 void (*release)(struct e1000_hw *); 527 void (*reload)(struct e1000_hw *); 528 s32 (*update)(struct e1000_hw *); 529 s32 (*valid_led_default)(struct e1000_hw *, u16 *); 530 s32 (*validate)(struct e1000_hw *); 531 s32 (*write)(struct e1000_hw *, u16, u16, u16 *);
|