Searched refs:sp_dpc (Results 1 – 3 of 3) sorted by relevance
1068 tasklet_init(p_hwfn->sp_dpc, in qed_int_sp_dpc_setup()1075 p_hwfn->sp_dpc = kmalloc(sizeof(*p_hwfn->sp_dpc), GFP_ATOMIC); in qed_int_sp_dpc_alloc()1076 if (!p_hwfn->sp_dpc) in qed_int_sp_dpc_alloc()1084 kfree(p_hwfn->sp_dpc); in qed_int_sp_dpc_free()
455 tasklet_schedule(hwfn->sp_dpc); in qed_single_int()491 qed_msix_sp_int, 0, hwfn->name, hwfn->sp_dpc); in qed_slowpath_irq_req()522 cdev->hwfns[i].sp_dpc); in qed_slowpath_irq_free()541 tasklet_disable(p_hwfn->sp_dpc); in qed_nic_stop()545 i, p_hwfn->sp_dpc); in qed_nic_stop()
282 struct tasklet_struct *sp_dpc; member