Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_int.c2449 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()
H A Decore.h615 osal_dpc_t sp_dpc; member
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede.h722 u8 *sp_dpc; member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt191 At the moment, the only DPC used by the ecore is sp_dpc in ecore_int.c, and