Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
HDecore_int.c2550 OSAL_DPC_INIT(p_hwfn->sp_dpc, p_hwfn); in ecore_int_sp_dpc_setup()
2556 p_hwfn->sp_dpc = OSAL_DPC_ALLOC(p_hwfn); in ecore_int_sp_dpc_alloc()
2557 if (!p_hwfn->sp_dpc) in ecore_int_sp_dpc_alloc()
2565 OSAL_FREE(p_hwfn->p_dev, p_hwfn->sp_dpc); in ecore_int_sp_dpc_free()
2566 p_hwfn->sp_dpc = OSAL_NULL; in ecore_int_sp_dpc_free()
HDecore.h699 osal_dpc_t sp_dpc; member