Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_int.c2593 OSAL_DPC_INIT(p_hwfn->sp_dpc, p_hwfn); in ecore_int_sp_dpc_setup()
2599 p_hwfn->sp_dpc = OSAL_DPC_ALLOC(p_hwfn); in ecore_int_sp_dpc_alloc()
2600 if (!p_hwfn->sp_dpc) in ecore_int_sp_dpc_alloc()
2608 OSAL_FREE(p_hwfn->p_dev, p_hwfn->sp_dpc); in ecore_int_sp_dpc_free()
H A Decore.h633 osal_dpc_t sp_dpc; member