Searched defs:ixgbe_eeprom_operations (Results 1 – 1 of 1) sorted by relevance
2589 struct ixgbe_eeprom_operations { struct2590 s32 (*init_params)(struct ixgbe_hw *);2591 s32 (*read)(struct ixgbe_hw *, u16, u16 *);2592 s32 (*write)(struct ixgbe_hw *, u16, u16);2593 s32 (*validate_checksum)(struct ixgbe_hw *, u16 *);2594 s32 (*update_checksum)(struct ixgbe_hw *);2595 u16 (*calc_checksum)(struct ixgbe_hw *);