Searched refs:IGC_SWSM_SMBI (Results 1 – 3 of 3) sorted by relevance
932 if (!(swsm & IGC_SWSM_SMBI)) in igc_get_hw_semaphore_generic()980 swsm &= ~(IGC_SWSM_SMBI | IGC_SWSM_SWESMBI); in igc_put_hw_semaphore_generic()
382 if (!(swsm & IGC_SWSM_SMBI)) in igc_get_hw_semaphore_i225()398 if (!(swsm & IGC_SWSM_SMBI)) in igc_get_hw_semaphore_i225()
440 #define IGC_SWSM_SMBI 0x00000001 /* Driver Semaphore bit */ macro