Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_main.c680 tasklet_schedule(hwfn->sp_dpc); in qed_single_int()
726 qed_msix_sp_int, 0, hwfn->name, hwfn->sp_dpc); in qed_slowpath_irq_req()
758 tasklet_disable(p_hwfn->sp_dpc); in qed_slowpath_tasklet_flush()
759 tasklet_enable(p_hwfn->sp_dpc); in qed_slowpath_tasklet_flush()
788 cdev->hwfns[i].sp_dpc); in qed_slowpath_irq_free()
807 tasklet_disable(p_hwfn->sp_dpc); in qed_nic_stop()
811 i, p_hwfn->sp_dpc); in qed_nic_stop()
Dqed_int.c2282 tasklet_init(p_hwfn->sp_dpc, in qed_int_sp_dpc_setup()
2289 p_hwfn->sp_dpc = kmalloc(sizeof(*p_hwfn->sp_dpc), GFP_KERNEL); in qed_int_sp_dpc_alloc()
2290 if (!p_hwfn->sp_dpc) in qed_int_sp_dpc_alloc()
2298 kfree(p_hwfn->sp_dpc); in qed_int_sp_dpc_free()
2299 p_hwfn->sp_dpc = NULL; in qed_int_sp_dpc_free()
Dqed.h595 struct tasklet_struct *sp_dpc; member