Home
last modified time | relevance | path

Searched refs:ecore_int_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_api.h294 void ecore_int_sp_dpc(osal_int_ptr_t hwfn_cookie);
H A Decore_int.c1130 void ecore_int_sp_dpc(osal_int_ptr_t hwfn_cookie) in ecore_int_sp_dpc() function
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt184 Polls ecore_int_sp_dpc during blocking ramrods if needed. Used when
194 it should run [or call in some manner] `ecore_int_sp_dpc'.
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_main.c670 ecore_int_sp_dpc((osal_int_ptr_t)p_hwfn); in qede_sp_handler()