Searched refs:BNXT_STATE_IN_SP_TASK (Results 1 – 2 of 2) sorted by relevance
13473 return (test_bit(BNXT_STATE_IN_SP_TASK, &bp->state) || in bnxt_drv_busy()14535 clear_bit(BNXT_STATE_IN_SP_TASK, &bp->state); in bnxt_lock_sp()14541 set_bit(BNXT_STATE_IN_SP_TASK, &bp->state); in bnxt_unlock_sp()14548 clear_bit(BNXT_STATE_IN_SP_TASK, &bp->state); in bnxt_rtnl_lock_sp()14555 set_bit(BNXT_STATE_IN_SP_TASK, &bp->state); in bnxt_rtnl_unlock_sp()14927 set_bit(BNXT_STATE_IN_SP_TASK, &bp->state); in bnxt_sp_task()14930 clear_bit(BNXT_STATE_IN_SP_TASK, &bp->state); in bnxt_sp_task()15032 clear_bit(BNXT_STATE_IN_SP_TASK, &bp->state); in bnxt_sp_task()
2464 #define BNXT_STATE_IN_SP_TASK 1 macro