Home
last modified time | relevance | path

Searched refs:IXGBE_EEC_DI (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_common.c1563 eec |= IXGBE_EEC_DI; in ixgbe_shift_out_eeprom_bits()
1565 eec &= ~IXGBE_EEC_DI; in ixgbe_shift_out_eeprom_bits()
1583 eec &= ~IXGBE_EEC_DI; in ixgbe_shift_out_eeprom_bits()
1608 eec &= ~(IXGBE_EEC_DO | IXGBE_EEC_DI); in ixgbe_shift_in_eeprom_bits()
1616 eec &= ~(IXGBE_EEC_DI); in ixgbe_shift_in_eeprom_bits()
Dixgbe_type.h1992 #define IXGBE_EEC_DI 0x00000004 /* EEPROM Data In */ macro