Searched refs:IGC_SWSM (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/net/igc/base/ |
| H A D | igc_i225.c | 398 swsm = IGC_READ_REG(hw, IGC_SWSM); in igc_get_hw_semaphore_i225() 414 swsm = IGC_READ_REG(hw, IGC_SWSM); in igc_get_hw_semaphore_i225() 432 swsm = IGC_READ_REG(hw, IGC_SWSM); in igc_get_hw_semaphore_i225() 433 IGC_WRITE_REG(hw, IGC_SWSM, swsm | IGC_SWSM_SWESMBI); in igc_get_hw_semaphore_i225() 436 if (IGC_READ_REG(hw, IGC_SWSM) & IGC_SWSM_SWESMBI) in igc_get_hw_semaphore_i225()
|
| H A D | igc_mac.c | 1573 swsm = IGC_READ_REG(hw, IGC_SWSM); in igc_get_hw_semaphore_generic() 1588 swsm = IGC_READ_REG(hw, IGC_SWSM); in igc_get_hw_semaphore_generic() 1589 IGC_WRITE_REG(hw, IGC_SWSM, swsm | IGC_SWSM_SWESMBI); in igc_get_hw_semaphore_generic() 1592 if (IGC_READ_REG(hw, IGC_SWSM) & IGC_SWSM_SWESMBI) in igc_get_hw_semaphore_generic() 1620 swsm = IGC_READ_REG(hw, IGC_SWSM); in igc_put_hw_semaphore_generic() 1624 IGC_WRITE_REG(hw, IGC_SWSM, swsm); in igc_put_hw_semaphore_generic()
|
| H A D | igc_regs.h | 523 #define IGC_SWSM 0x05B50 /* SW Semaphore */ macro
|