Searched refs:sp_task (Results 1 – 4 of 4) sorted by relevance
432 struct task sp_task[MAX_HWFNS_PER_DEVICE]; member
467 taskqueue_enqueue(ha->sp_taskqueue[i], &ha->sp_task[i]); in qlnx_sp_intr()501 TASK_INIT(&ha->sp_task[i], 0, qlnx_sp_taskqueue, p_hwfn); in qlnx_create_sp_taskqueues()525 taskqueue_drain(ha->sp_taskqueue[i], &ha->sp_task[i]); in qlnx_destroy_sp_taskqueues()
1550 queue_work(bnxt_pf_wq, &bp->sp_task); in bnxt_queue_sp_work()1552 schedule_work(&bp->sp_task); in bnxt_queue_sp_work()2040 struct bnxt_softc *bp = container_of(work, struct bnxt_softc, sp_task); in bnxt_sp_task()2423 INIT_WORK(&softc->sp_task, bnxt_sp_task); in bnxt_attach_pre()2503 cancel_work_sync(&softc->sp_task); in bnxt_detach()
1219 struct work_struct sp_task; member