Searched refs:sp_dpc (Results 1 – 4 of 4) sorted by relevance
2449 OSAL_DPC_INIT(p_hwfn->sp_dpc, p_hwfn); in ecore_int_sp_dpc_setup()2455 p_hwfn->sp_dpc = OSAL_DPC_ALLOC(p_hwfn); in ecore_int_sp_dpc_alloc()2456 if (!p_hwfn->sp_dpc) in ecore_int_sp_dpc_alloc()2464 OSAL_FREE(p_hwfn->p_dev, p_hwfn->sp_dpc); in ecore_int_sp_dpc_free()2465 p_hwfn->sp_dpc = OSAL_NULL; in ecore_int_sp_dpc_free()
615 osal_dpc_t sp_dpc; member
722 u8 *sp_dpc; member
191 At the moment, the only DPC used by the ecore is sp_dpc in ecore_int.c, and