HomeSort by: relevance | last modified time | path
    Searched defs:ixgbe_shift_in_eeprom_bits (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_common.c 54 static u16 ixgbe_shift_in_eeprom_bits(struct ixgbe_hw *hw, u16 count);
1585 word_in = ixgbe_shift_in_eeprom_bits(hw, 16);
2023 spi_stat_reg = (u8)ixgbe_shift_in_eeprom_bits(hw, 8);
2124 * ixgbe_shift_in_eeprom_bits - Shift data bits in from the EEPROM
2128 static u16 ixgbe_shift_in_eeprom_bits(struct ixgbe_hw *hw, u16 count) function in typeref:typename:u16
2134 DEBUGFUNC("ixgbe_shift_in_eeprom_bits");

Completed in 64 milliseconds