Home
last modified time | relevance | path

Searched defs:e1000_nvm_operations (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_hw.h841 struct e1000_nvm_operations { struct
842 s32 (*init_params)(struct e1000_hw *);
843 s32 (*acquire)(struct e1000_hw *);
844 s32 (*read)(struct e1000_hw *, u16, u16, u16 *);
845 void (*release)(struct e1000_hw *);
846 void (*reload)(struct e1000_hw *);
847 s32 (*update)(struct e1000_hw *);
848 s32 (*valid_led_default)(struct e1000_hw *, u16 *);
849 s32 (*validate)(struct e1000_hw *);
850 s32 (*write)(struct e1000_hw *, u16, u16, u16 *);