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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c46 static void ixgbe_shift_out_eeprom_bits(struct ixgbe_hw *hw, u16 data,
1289 ixgbe_shift_out_eeprom_bits(hw,
1304 ixgbe_shift_out_eeprom_bits(hw, write_opcode,
1306 ixgbe_shift_out_eeprom_bits(hw, (u16)((offset + i) * 2),
1315 ixgbe_shift_out_eeprom_bits(hw, word, 16);
1454 ixgbe_shift_out_eeprom_bits(hw, read_opcode,
1456 ixgbe_shift_out_eeprom_bits(hw, (u16)((offset + i) * 2),
1897 ixgbe_shift_out_eeprom_bits(hw, IXGBE_EEPROM_RDSR_OPCODE_SPI,
1943 * ixgbe_shift_out_eeprom_bits - Shift data bits out to the EEPROM.
1948 static void ixgbe_shift_out_eeprom_bits(struc function
[all...]

Completed in 47 milliseconds