Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/igc/base/
H A Digc_i225.c399 if (!(swsm & IGC_SWSM_SMBI)) in igc_get_hw_semaphore_i225()
415 if (!(swsm & IGC_SWSM_SMBI)) in igc_get_hw_semaphore_i225()
H A Digc_mac.c1574 if (!(swsm & IGC_SWSM_SMBI)) in igc_get_hw_semaphore_generic()
1622 swsm &= ~(IGC_SWSM_SMBI | IGC_SWSM_SWESMBI); in igc_put_hw_semaphore_generic()
H A Digc_defines.h517 #define IGC_SWSM_SMBI 0x00000001 /* Driver Semaphore bit */ macro