Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_main.c562 tasklet_schedule(hwfn->sp_dpc); in qed_single_int()
608 qed_msix_sp_int, 0, hwfn->name, hwfn->sp_dpc); in qed_slowpath_irq_req()
640 tasklet_disable(p_hwfn->sp_dpc); in qed_slowpath_tasklet_flush()
641 tasklet_enable(p_hwfn->sp_dpc); in qed_slowpath_tasklet_flush()
670 cdev->hwfns[i].sp_dpc); in qed_slowpath_irq_free()
689 tasklet_disable(p_hwfn->sp_dpc); in qed_nic_stop()
693 i, p_hwfn->sp_dpc); in qed_nic_stop()
Dqed_int.c2130 tasklet_init(p_hwfn->sp_dpc, in qed_int_sp_dpc_setup()
2137 p_hwfn->sp_dpc = kmalloc(sizeof(*p_hwfn->sp_dpc), GFP_KERNEL); in qed_int_sp_dpc_alloc()
2138 if (!p_hwfn->sp_dpc) in qed_int_sp_dpc_alloc()
2146 kfree(p_hwfn->sp_dpc); in qed_int_sp_dpc_free()
2147 p_hwfn->sp_dpc = NULL; in qed_int_sp_dpc_free()
Dqed.h573 struct tasklet_struct *sp_dpc; member