Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c1825 swsm |= IXGBE_SWSM_SWESMBI; in ixgbe_get_eeprom_semaphore()
1833 if (swsm & IXGBE_SWSM_SWESMBI) in ixgbe_get_eeprom_semaphore()
1873 swsm &= ~(IXGBE_SWSM_SWESMBI | IXGBE_SWSM_SMBI); in ixgbe_release_eeprom_semaphore()
H A Dixgbe_type.h2140 #define IXGBE_SWSM_SWESMBI 0x00000002 /* FW Semaphore bit */ macro