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

/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_common.c46 static void ixgbe_shift_out_eeprom_bits(struct ixgbe_hw *hw, u16 data,
1290 ixgbe_shift_out_eeprom_bits(hw,
1305 ixgbe_shift_out_eeprom_bits(hw, write_opcode,
1307 ixgbe_shift_out_eeprom_bits(hw, (u16)((offset + i) * 2),
1316 ixgbe_shift_out_eeprom_bits(hw, word, 16);
1455 ixgbe_shift_out_eeprom_bits(hw, read_opcode,
1457 ixgbe_shift_out_eeprom_bits(hw, (u16)((offset + i) * 2),
1898 ixgbe_shift_out_eeprom_bits(hw, IXGBE_EEPROM_RDSR_OPCODE_SPI,
1944 * ixgbe_shift_out_eeprom_bits - Shift data bits out to the EEPROM.
1949 static void ixgbe_shift_out_eeprom_bits(struc function
[all...]

Completed in 46 milliseconds