Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/ig_hal/
H A De1000_hw.h795 struct e1000_nvm_operations { struct
796 s32 (*init_params)(struct e1000_hw *);
797 s32 (*acquire)(struct e1000_hw *);
798 s32 (*read)(struct e1000_hw *, u16, u16, u16 *);
799 void (*release)(struct e1000_hw *);
800 void (*reload)(struct e1000_hw *);
801 s32 (*update)(struct e1000_hw *);
802 s32 (*valid_led_default)(struct e1000_hw *, u16 *);
803 s32 (*validate)(struct e1000_hw *);
804 s32 (*write)(struct e1000_hw *, u16, u16, u16 *);