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

/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c18 static void ixgbe_shift_out_eeprom_bits(struct ixgbe_hw *hw, u16 data,
968 ixgbe_shift_out_eeprom_bits(hw,
982 ixgbe_shift_out_eeprom_bits(hw, write_opcode,
984 ixgbe_shift_out_eeprom_bits(hw, (u16)((offset + i) * 2),
993 ixgbe_shift_out_eeprom_bits(hw, word, 16);
1108 ixgbe_shift_out_eeprom_bits(hw, read_opcode,
1110 ixgbe_shift_out_eeprom_bits(hw, (u16)((offset + i) * 2),
1477 ixgbe_shift_out_eeprom_bits(hw, IXGBE_EEPROM_RDSR_OPCODE_SPI,
1521 * ixgbe_shift_out_eeprom_bits - Shift data bits out to the EEPROM.
1526 static void ixgbe_shift_out_eeprom_bits(struc function
[all...]

Completed in 99 milliseconds