Searched refs:sp_dpc (Results 1 – 2 of 2) sorted by relevance
2546 OSAL_DPC_INIT(p_hwfn->sp_dpc, p_hwfn); in ecore_int_sp_dpc_setup()2552 p_hwfn->sp_dpc = OSAL_DPC_ALLOC(p_hwfn); in ecore_int_sp_dpc_alloc()2553 if (!p_hwfn->sp_dpc) in ecore_int_sp_dpc_alloc()2561 OSAL_FREE(p_hwfn->p_dev, p_hwfn->sp_dpc); in ecore_int_sp_dpc_free()2562 p_hwfn->sp_dpc = OSAL_NULL; in ecore_int_sp_dpc_free()
698 osal_dpc_t sp_dpc; member