Home
last modified time | relevance | path

Searched refs:E1000_SWSM_SMBI (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/intel/e1000e/
H A D82571.c296 if (swsm & E1000_SWSM_SMBI) { in e1000_init_mac_params_82571()
303 ew32(SWSM, swsm & ~E1000_SWSM_SMBI); in e1000_init_mac_params_82571()
453 if (!(swsm & E1000_SWSM_SMBI)) in e1000_get_hw_semaphore_82571()
497 swsm &= ~(E1000_SWSM_SMBI | E1000_SWSM_SWESMBI); in e1000_put_hw_semaphore_82571()
H A Ddefines.h375 #define E1000_SWSM_SMBI 0x00000001 /* Driver Semaphore bit */ macro
H A Dmac.c1361 if (!(swsm & E1000_SWSM_SMBI)) in e1000e_get_hw_semaphore()
1406 swsm &= ~(E1000_SWSM_SMBI | E1000_SWSM_SWESMBI); in e1000e_put_hw_semaphore()
/linux/drivers/net/ethernet/intel/igb/
H A De1000_i210.c31 if (!(swsm & E1000_SWSM_SMBI)) in igb_get_hw_semaphore_i210()
47 if (!(swsm & E1000_SWSM_SMBI)) in igb_get_hw_semaphore_i210()
H A De1000_mac.c1274 if (!(swsm & E1000_SWSM_SMBI)) in igb_get_hw_semaphore()
1323 swsm &= ~(E1000_SWSM_SMBI | E1000_SWSM_SWESMBI); in igb_put_hw_semaphore()
H A De1000_defines.h383 #define E1000_SWSM_SMBI 0x00000001 /* Driver Semaphore bit */ macro
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h2060 #define E1000_SWSM_SMBI 0x00000001 /* Driver Semaphore bit */ macro