Searched refs:BNXT_STATE_IN_SP_TASK (Results 1 – 2 of 2) sorted by relevance
12933 return (test_bit(BNXT_STATE_IN_SP_TASK, &bp->state) || in bnxt_drv_busy()14006 clear_bit(BNXT_STATE_IN_SP_TASK, &bp->state); in bnxt_lock_sp()14012 set_bit(BNXT_STATE_IN_SP_TASK, &bp->state); in bnxt_unlock_sp()14019 clear_bit(BNXT_STATE_IN_SP_TASK, &bp->state); in bnxt_rtnl_lock_sp()14026 set_bit(BNXT_STATE_IN_SP_TASK, &bp->state); in bnxt_rtnl_unlock_sp()14354 set_bit(BNXT_STATE_IN_SP_TASK, &bp->state); in bnxt_sp_task()14357 clear_bit(BNXT_STATE_IN_SP_TASK, &bp->state); in bnxt_sp_task()14456 clear_bit(BNXT_STATE_IN_SP_TASK, &bp->state); in bnxt_sp_task()
2433 #define BNXT_STATE_IN_SP_TASK 1 macro