Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ixgbe/
HDixgbe_common.c2073 eec |= IXGBE_EEC_DI; in ixgbe_shift_out_eeprom_bits()
2075 eec &= ~IXGBE_EEC_DI; in ixgbe_shift_out_eeprom_bits()
2093 eec &= ~IXGBE_EEC_DI; in ixgbe_shift_out_eeprom_bits()
2119 eec &= ~(IXGBE_EEC_DO | IXGBE_EEC_DI); in ixgbe_shift_in_eeprom_bits()
2127 eec &= ~(IXGBE_EEC_DI); in ixgbe_shift_in_eeprom_bits()
HDixgbe_type.h2255 #define IXGBE_EEC_DI 0x00000004 /* EEPROM Data In */ macro