Home
last modified time | relevance | path

Searched refs:E1000_SWSM_SWESMBI (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_i210.c206 E1000_WRITE_REG(hw, E1000_SWSM, swsm | E1000_SWSM_SWESMBI); in e1000_get_hw_semaphore_i210()
209 if (E1000_READ_REG(hw, E1000_SWSM) & E1000_SWSM_SWESMBI) in e1000_get_hw_semaphore_i210()
H A De1000_82571.c550 E1000_WRITE_REG(hw, E1000_SWSM, swsm | E1000_SWSM_SWESMBI); in e1000_get_hw_semaphore_82571()
553 if (E1000_READ_REG(hw, E1000_SWSM) & E1000_SWSM_SWESMBI) in e1000_get_hw_semaphore_82571()
583 swsm &= ~(E1000_SWSM_SMBI | E1000_SWSM_SWESMBI); in e1000_put_hw_semaphore_82571()
H A De1000_mac.c1741 E1000_WRITE_REG(hw, E1000_SWSM, swsm | E1000_SWSM_SWESMBI); in e1000_get_hw_semaphore_generic()
1744 if (E1000_READ_REG(hw, E1000_SWSM) & E1000_SWSM_SWESMBI) in e1000_get_hw_semaphore_generic()
1774 swsm &= ~(E1000_SWSM_SMBI | E1000_SWSM_SWESMBI); in e1000_put_hw_semaphore_generic()
H A De1000_defines.h534 #define E1000_SWSM_SWESMBI 0x00000002 /* FW Semaphore bit */ macro