Home
last modified time | relevance | path

Searched refs:IGC_SWSM (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/igc/base/
H A Digc_i225.c398 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 Digc_mac.c1573 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 Digc_regs.h523 #define IGC_SWSM 0x05B50 /* SW Semaphore */ macro