Symbol: OSAL_LIST_IS_EMPTY
sys/dev/qlnx/qlnxe/ecore_dev.c
284
if (!OSAL_LIST_IS_EMPTY(&p_hwfn->db_recovery_info.list)) {
sys/dev/qlnx/qlnxe/ecore_dev.c
286
while (!OSAL_LIST_IS_EMPTY(&p_hwfn->db_recovery_info.list)) {
sys/dev/qlnx/qlnxe/ecore_hw.c
142
if (!OSAL_LIST_IS_EMPTY(&p_hwfn->p_ptt_pool->free_list)) {
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1467
if (OSAL_LIST_IS_EMPTY(&p_hwfn->p_rdma_info->iwarp.ep_free_list)) {
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1573
while (!OSAL_LIST_IS_EMPTY(&p_hwfn->p_rdma_info->iwarp.ep_free_list)) {
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2697
while (!OSAL_LIST_IS_EMPTY(&iwarp_info->mpa_buf_pending_list)) {
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3766
if (OSAL_LIST_IS_EMPTY(&listener->ep_list))
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3783
if (OSAL_LIST_IS_EMPTY(&listener->ep_list)) {
sys/dev/qlnx/qlnxe/ecore_ll2.c
1540
while (!OSAL_LIST_IS_EMPTY(&p_rx->posting_descq)) {
sys/dev/qlnx/qlnxe/ecore_ll2.c
1593
if (!OSAL_LIST_IS_EMPTY(&p_rx->free_descq))
sys/dev/qlnx/qlnxe/ecore_ll2.c
167
while (!OSAL_LIST_IS_EMPTY(&p_tx->active_descq)) {
sys/dev/qlnx/qlnxe/ecore_ll2.c
1765
while (!OSAL_LIST_IS_EMPTY(&p_tx->sending_descq)) {
sys/dev/qlnx/qlnxe/ecore_ll2.c
180
b_last_packet = OSAL_LIST_IS_EMPTY(&p_tx->active_descq);
sys/dev/qlnx/qlnxe/ecore_ll2.c
1824
if (!OSAL_LIST_IS_EMPTY(&p_tx->free_descq))
sys/dev/qlnx/qlnxe/ecore_ll2.c
234
if (OSAL_LIST_IS_EMPTY(&p_tx->active_descq))
sys/dev/qlnx/qlnxe/ecore_ll2.c
376
if (!OSAL_LIST_IS_EMPTY(&p_rx->active_descq))
sys/dev/qlnx/qlnxe/ecore_ll2.c
478
while (!OSAL_LIST_IS_EMPTY(&p_rx->active_descq)) {
sys/dev/qlnx/qlnxe/ecore_ll2.c
492
b_last = OSAL_LIST_IS_EMPTY(&p_rx->active_descq);
sys/dev/qlnx/qlnxe/ecore_ll2.c
594
if (OSAL_LIST_IS_EMPTY(&p_rx->active_descq)) {
sys/dev/qlnx/qlnxe/ecore_ll2.c
780
if (OSAL_LIST_IS_EMPTY(&p_tx->active_descq))
sys/dev/qlnx/qlnxe/ecore_mcp.c
423
if (!OSAL_LIST_IS_EMPTY(&p_hwfn->mcp_info->cmd_list)) {
sys/dev/qlnx/qlnxe/ecore_ooo.c
216
while (!OSAL_LIST_IS_EMPTY(&p_archipelago->isles_list)) {
sys/dev/qlnx/qlnxe/ecore_ooo.c
227
while (!OSAL_LIST_IS_EMPTY(&p_isle->buffers_list)) {
sys/dev/qlnx/qlnxe/ecore_ooo.c
262
while (!OSAL_LIST_IS_EMPTY(&p_archipelago->isles_list)) {
sys/dev/qlnx/qlnxe/ecore_ooo.c
273
while (!OSAL_LIST_IS_EMPTY(&p_isle->buffers_list)) {
sys/dev/qlnx/qlnxe/ecore_ooo.c
293
if (!OSAL_LIST_IS_EMPTY(&p_ooo_info->ready_buffers_list)) {
sys/dev/qlnx/qlnxe/ecore_ooo.c
319
while (!OSAL_LIST_IS_EMPTY(&p_ooo_info->free_buffers_list)) {
sys/dev/qlnx/qlnxe/ecore_ooo.c
358
if (!OSAL_LIST_IS_EMPTY(&p_ooo_info->free_buffers_list)) {
sys/dev/qlnx/qlnxe/ecore_ooo.c
388
if (!OSAL_LIST_IS_EMPTY(&p_ooo_info->ready_buffers_list)) {
sys/dev/qlnx/qlnxe/ecore_ooo.c
421
if (OSAL_LIST_IS_EMPTY(&p_isle->buffers_list)) {
sys/dev/qlnx/qlnxe/ecore_ooo.c
465
if (!OSAL_LIST_IS_EMPTY(&p_ooo_info->free_isles_list)) {
sys/dev/qlnx/qlnxe/ecore_ooo.c
473
if (!OSAL_LIST_IS_EMPTY(&p_isle->buffers_list)) {
sys/dev/qlnx/qlnxe/ecore_ooo.c
55
if (OSAL_LIST_IS_EMPTY(&p_archipelago->isles_list))
sys/dev/qlnx/qlnxe/ecore_spq.c
734
if (OSAL_LIST_IS_EMPTY(&p_spq->free_pool)) {
sys/dev/qlnx/qlnxe/ecore_spq.c
793
if (OSAL_LIST_IS_EMPTY(&p_spq->free_pool)) {
sys/dev/qlnx/qlnxe/ecore_spq.c
869
!OSAL_LIST_IS_EMPTY(head)) {
sys/dev/qlnx/qlnxe/ecore_spq.c
898
while (!OSAL_LIST_IS_EMPTY(&p_spq->free_pool))
sys/dev/qlnx/qlnxe/ecore_spq.c
900
if (OSAL_LIST_IS_EMPTY(&p_spq->unlimited_pending))