Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_spq.c668 if (OSAL_LIST_IS_EMPTY(&p_spq->free_pool)) { in ecore_spq_get_entry()
726 if (OSAL_LIST_IS_EMPTY(&p_spq->free_pool)) { in ecore_spq_add_entry()
801 !OSAL_LIST_IS_EMPTY(head)) { in ecore_spq_post_list()
831 while (!OSAL_LIST_IS_EMPTY(&p_spq->free_pool)) { in ecore_spq_pend_post()
832 if (OSAL_LIST_IS_EMPTY(&p_spq->unlimited_pending)) in ecore_spq_pend_post()
H A Dbcm_osal.h267 #define OSAL_LIST_IS_EMPTY(list) \ macro
H A Decore_hw.c125 if (!OSAL_LIST_IS_EMPTY(&p_hwfn->p_ptt_pool->free_list)) { in ecore_ptt_acquire()
H A Decore_dev.c247 if (!OSAL_LIST_IS_EMPTY(&p_hwfn->db_recovery_info.list)) { in ecore_db_recovery_teardown()
249 while (!OSAL_LIST_IS_EMPTY(&p_hwfn->db_recovery_info.list)) { in ecore_db_recovery_teardown()
H A Decore_mcp.c470 if (!OSAL_LIST_IS_EMPTY(&p_hwfn->mcp_info->cmd_list)) { in ecore_mcp_has_pending_cmd()