Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c1974 eec |= IXGBE_EEC_DI; in ixgbe_shift_out_eeprom_bits()
1976 eec &= ~IXGBE_EEC_DI; in ixgbe_shift_out_eeprom_bits()
1994 eec &= ~IXGBE_EEC_DI; in ixgbe_shift_out_eeprom_bits()
2020 eec &= ~(IXGBE_EEC_DO | IXGBE_EEC_DI); in ixgbe_shift_in_eeprom_bits()
2028 eec &= ~(IXGBE_EEC_DI); in ixgbe_shift_in_eeprom_bits()
H A Dixgbe_type.h2162 #define IXGBE_EEC_DI 0x00000004 /* EEPROM Data In */ macro