Searched defs:ixgbe_eeprom_operations (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_type.h | 4022 struct ixgbe_eeprom_operations { struct 4023 s32 (*init_params)(struct ixgbe_hw *); 4024 s32 (*read)(struct ixgbe_hw *, u16, u16 *); 4025 s32 (*read_buffer)(struct ixgbe_hw *, u16, u16, u16 *); 4026 s32 (*write)(struct ixgbe_hw *, u16, u16); 4027 s32 (*write_buffer)(struct ixgbe_hw *, u16, u16, u16 *); 4028 s32 (*validate_checksum)(struct ixgbe_hw *, u16 *); 4029 s32 (*update_checksum)(struct ixgbe_hw *); 4030 s32 (*calc_checksum)(struct ixgbe_hw *); 4031 s32 (*read_pba_string)(struct ixgbe_hw *, u8 *, u32);
|