Searched refs:ixgbe_read_ee_hostif_X550 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/ixgbe/
H A Dixgbe_x550.h57 s32 ixgbe_read_ee_hostif_X550(struct ixgbe_hw *hw, u16 offset,
H A Dixgbe_x550.c72 eeprom->ops.read = ixgbe_read_ee_hostif_X550;
446 eeprom->ops.read = ixgbe_read_ee_hostif_X550;
2054 * ixgbe_read_ee_hostif_X550 - Read EEPROM word using a host interface command
2093 * ixgbe_read_ee_hostif_X550 - Read EEPROM word using a host interface command
2100 s32 ixgbe_read_ee_hostif_X550(struct ixgbe_hw *hw, u16 offset, function
2105 DEBUGFUNC("ixgbe_read_ee_hostif_X550");
2487 status = ixgbe_read_ee_hostif_X550(hw, IXGBE_EEPROM_CHECKSUM,
2527 status = ixgbe_read_ee_hostif_X550(hw, 0, &checksum);

Completed in 98 milliseconds