Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_spq.c737 if (OSAL_LIST_IS_EMPTY(&p_spq->free_pool)) { in ecore_spq_get_entry()
797 if (OSAL_LIST_IS_EMPTY(&p_spq->free_pool)) { in ecore_spq_add_entry()
874 !OSAL_LIST_IS_EMPTY(head)) { in ecore_spq_post_list()
903 while (!OSAL_LIST_IS_EMPTY(&p_spq->free_pool)) in ecore_spq_pend_post()
905 if (OSAL_LIST_IS_EMPTY(&p_spq->unlimited_pending)) in ecore_spq_pend_post()
Dbcm_osal.h349 #define OSAL_LIST_IS_EMPTY(list) \ macro
Decore_hw.c144 if (!OSAL_LIST_IS_EMPTY(&p_hwfn->p_ptt_pool->free_list)) { in ecore_ptt_acquire()
Decore_dev.c287 if (!OSAL_LIST_IS_EMPTY(&p_hwfn->db_recovery_info.list)) { in ecore_db_recovery_teardown()
289 while (!OSAL_LIST_IS_EMPTY(&p_hwfn->db_recovery_info.list)) { in ecore_db_recovery_teardown()
Decore_mcp.c425 if (!OSAL_LIST_IS_EMPTY(&p_hwfn->mcp_info->cmd_list)) { in ecore_mcp_has_pending_cmd()