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

/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c20 static u16 ixgbe_shift_in_eeprom_bits(struct ixgbe_hw *hw, u16 count);
1114 word_in = ixgbe_shift_in_eeprom_bits(hw, 16);
1479 spi_stat_reg = (u8)ixgbe_shift_in_eeprom_bits(hw, 8);
1576 * ixgbe_shift_in_eeprom_bits - Shift data bits in from the EEPROM
1580 static u16 ixgbe_shift_in_eeprom_bits(struct ixgbe_hw *hw, u16 count) function

Completed in 135 milliseconds