Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type.h3474 struct ixgbe_eeprom_operations { struct
3475 int (*init_params)(struct ixgbe_hw *);
3476 int (*read)(struct ixgbe_hw *, u16, u16 *);
3477 int (*read_buffer)(struct ixgbe_hw *, u16, u16, u16 *);
3478 int (*write)(struct ixgbe_hw *, u16, u16);
3479 int (*write_buffer)(struct ixgbe_hw *, u16, u16, u16 *);
3480 int (*validate_checksum)(struct ixgbe_hw *, u16 *);
3481 int (*update_checksum)(struct ixgbe_hw *);
3482 int (*calc_checksum)(struct ixgbe_hw *);
3483 int (*read_pba_string)(struct ixgbe_hw *hw, u8 *pba_num,