Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_ooo.c55 if (OSAL_LIST_IS_EMPTY(&p_archipelago->isles_list)) in ecore_ooo_seek_archipelago()
216 while (!OSAL_LIST_IS_EMPTY(&p_archipelago->isles_list)) { in ecore_ooo_release_connection_isles()
227 while (!OSAL_LIST_IS_EMPTY(&p_isle->buffers_list)) { in ecore_ooo_release_connection_isles()
262 while (!OSAL_LIST_IS_EMPTY(&p_archipelago->isles_list)) { in ecore_ooo_release_all_isles()
273 while (!OSAL_LIST_IS_EMPTY(&p_isle->buffers_list)) { in ecore_ooo_release_all_isles()
293 if (!OSAL_LIST_IS_EMPTY(&p_ooo_info->ready_buffers_list)) { in ecore_ooo_release_all_isles()
319 while (!OSAL_LIST_IS_EMPTY(&p_ooo_info->free_buffers_list)) { in ecore_ooo_free()
358 if (!OSAL_LIST_IS_EMPTY(&p_ooo_info->free_buffers_list)) { in ecore_ooo_get_free_buffer()
388 if (!OSAL_LIST_IS_EMPTY(&p_ooo_info->ready_buffers_list)) { in ecore_ooo_get_ready_buffer()
421 if (OSAL_LIST_IS_EMPTY(&p_isle->buffers_list)) { in ecore_ooo_delete_isles()
[all …]
H A Decore_ll2.c167 while (!OSAL_LIST_IS_EMPTY(&p_tx->active_descq)) { in ecore_ll2_txq_flush()
180 b_last_packet = OSAL_LIST_IS_EMPTY(&p_tx->active_descq); in ecore_ll2_txq_flush()
234 if (OSAL_LIST_IS_EMPTY(&p_tx->active_descq)) in ecore_ll2_txq_completion()
376 if (!OSAL_LIST_IS_EMPTY(&p_rx->active_descq)) in ecore_ll2_rxq_handle_completion()
478 while (!OSAL_LIST_IS_EMPTY(&p_rx->active_descq)) { in ecore_ll2_rxq_flush()
492 b_last = OSAL_LIST_IS_EMPTY(&p_rx->active_descq); in ecore_ll2_rxq_flush()
594 if (OSAL_LIST_IS_EMPTY(&p_rx->active_descq)) { in ecore_ll2_lb_rxq_handler()
780 if (OSAL_LIST_IS_EMPTY(&p_tx->active_descq)) in ecore_ll2_lb_txq_completion()
1540 while (!OSAL_LIST_IS_EMPTY(&p_rx->posting_descq)) { in ecore_ll2_post_rx_buffer_notify_fw()
1593 if (!OSAL_LIST_IS_EMPTY(&p_rx->free_descq)) in ecore_ll2_post_rx_buffer()
[all …]
H A Decore_spq.c734 if (OSAL_LIST_IS_EMPTY(&p_spq->free_pool)) { in ecore_spq_get_entry()
793 if (OSAL_LIST_IS_EMPTY(&p_spq->free_pool)) { in ecore_spq_add_entry()
869 !OSAL_LIST_IS_EMPTY(head)) { in ecore_spq_post_list()
898 while (!OSAL_LIST_IS_EMPTY(&p_spq->free_pool)) in ecore_spq_pend_post()
900 if (OSAL_LIST_IS_EMPTY(&p_spq->unlimited_pending)) in ecore_spq_pend_post()
H A Dbcm_osal.h317 #define OSAL_LIST_IS_EMPTY(list) \ macro
H A Decore_iwarp.c1467 if (OSAL_LIST_IS_EMPTY(&p_hwfn->p_rdma_info->iwarp.ep_free_list)) { in ecore_iwarp_get_free_ep()
1573 while (!OSAL_LIST_IS_EMPTY(&p_hwfn->p_rdma_info->iwarp.ep_free_list)) { in ecore_iwarp_free_prealloc_ep()
2697 while (!OSAL_LIST_IS_EMPTY(&iwarp_info->mpa_buf_pending_list)) { in ecore_iwarp_process_pending_pkts()
3766 if (OSAL_LIST_IS_EMPTY(&listener->ep_list)) in ecore_iwarp_tcp_abort_comp()
3783 if (OSAL_LIST_IS_EMPTY(&listener->ep_list)) { in ecore_iwarp_abort_inflight_connections()
H A Decore_hw.c142 if (!OSAL_LIST_IS_EMPTY(&p_hwfn->p_ptt_pool->free_list)) { in ecore_ptt_acquire()
H A Decore_dev.c284 if (!OSAL_LIST_IS_EMPTY(&p_hwfn->db_recovery_info.list)) { in ecore_db_recovery_teardown()
286 while (!OSAL_LIST_IS_EMPTY(&p_hwfn->db_recovery_info.list)) { in ecore_db_recovery_teardown()
H A Decore_mcp.c423 if (!OSAL_LIST_IS_EMPTY(&p_hwfn->mcp_info->cmd_list)) { in ecore_mcp_has_pending_cmd()