Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c1758 eec &= ~(IXGBE_EEC_CS | IXGBE_EEC_SK); in ixgbe_acquire_eeprom()
1932 eec |= IXGBE_EEC_CS; in ixgbe_standby_eeprom()
1936 eec &= ~IXGBE_EEC_CS; in ixgbe_standby_eeprom()
2088 eec |= IXGBE_EEC_CS; /* Pull CS high */ in ixgbe_release_eeprom()
H A Dixgbe_type.h2161 #define IXGBE_EEC_CS 0x00000002 /* EEPROM Chip Select */ macro