Home
last modified time | relevance | path

Searched refs:OSAL_LIST_IS_EMPTY (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_spq.c696 if (OSAL_LIST_IS_EMPTY(&p_spq->free_pool)) { in ecore_spq_get_entry()
756 if (OSAL_LIST_IS_EMPTY(&p_spq->free_pool)) { in ecore_spq_add_entry()
833 !OSAL_LIST_IS_EMPTY(head)) { in ecore_spq_post_list()
862 while (!OSAL_LIST_IS_EMPTY(&p_spq->free_pool)) in ecore_spq_pend_post()
864 if (OSAL_LIST_IS_EMPTY(&p_spq->unlimited_pending)) in ecore_spq_pend_post()
H A Dbcm_osal.h401 #define OSAL_LIST_IS_EMPTY(_head_) \ macro
H A Decore_hw.c130 if (!OSAL_LIST_IS_EMPTY(&p_hwfn->p_ptt_pool->free_list)) { in ecore_ptt_acquire()
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_list.h173 #define QEDE_LIST_EMPTY OSAL_LIST_IS_EMPTY
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt238 - bool OSAL_LIST_IS_EMPTY(osal_list_t*)