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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c48 static u16 ixgbe_shift_in_eeprom_bits(struct ixgbe_hw *hw, u16 count);
1460 word_in = ixgbe_shift_in_eeprom_bits(hw, 16);
1899 spi_stat_reg = (u8)ixgbe_shift_in_eeprom_bits(hw, 8);
2000 * ixgbe_shift_in_eeprom_bits - Shift data bits in from the EEPROM
2003 static u16 ixgbe_shift_in_eeprom_bits(struct ixgbe_hw *hw, u16 count) function
2009 DEBUGFUNC("ixgbe_shift_in_eeprom_bits");

Completed in 68 milliseconds