Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4rx.c505 if (!d_list_is_empty(&removed_list)) { in lm_tcp_rx_delete_isle()
743 if (!d_list_is_empty(&return_list)) { in lm_tcp_rx_peninsula_to_rq()
1004 if (!d_list_is_empty(&gen_buf_list)) { in lm_tcp_rx_gen_join_process()
1019 if (!d_list_is_empty(&gen_buf_list)) { in lm_tcp_rx_gen_join_process()
1082 if (!d_list_is_empty(&con->u.rx.gen_info.dpc_peninsula_list)) { in lm_tcp_rx_complete_tcp_fp()
1635 if (!d_list_is_empty(collected_gen_bufs_list)) { in lm_tcp_rx_compensate_grq()
1847 if (!d_list_is_empty(&return_list)) { in lm_tcp_rx_post_buf()
2118 DbgBreakIf(!d_list_is_empty(&gen_info->peninsula_list) && in lm_tcp_rx_get_buffered_data_from_terminate()
2363 if (!d_list_is_empty(&return_to_pool_list)) { in lm_tcp_rx_buffered_data_indicated()
2368 DbgBreakIf(d_list_is_empty(&return_to_peninsula_list)); in lm_tcp_rx_buffered_data_indicated()
[all …]
H A Dlm_l4sp.c1860 if(!d_list_is_empty(buffered_data)) { in lm_tcp_post_buffered_data()
1863 DbgBreakIf(!d_list_is_empty(&gen_info->peninsula_list)); in lm_tcp_post_buffered_data()
4339 if(!d_list_is_empty(&tcp_con->u.rx.gen_info.dpc_peninsula_list)) { in lm_tcp_free_tcp_resc()
4346 if (!d_list_is_empty(&tcp_con->u.rx.gen_info.peninsula_list)) { in lm_tcp_free_tcp_resc()
4358 if (!d_list_is_empty(&released_list_of_gen_bufs)) { in lm_tcp_free_tcp_resc()
5108 DbgBreakIf( !d_list_is_empty(&tcp->rx_con->u.rx.gen_info.peninsula_list) && in lm_tcp_rx_abortive_disconnect_ramrod_complete()
6200 DbgBreakIf(!d_list_is_empty(&pdev->toe_info.state_blk.tcp_list)); in lm_tcp_clear_grqs()
6201 DbgBreakIf(!d_list_is_empty(&pdev->toe_info.state_blk.path_list)); in lm_tcp_clear_grqs()
6202 DbgBreakIf(!d_list_is_empty(&pdev->toe_info.state_blk.neigh_list)); in lm_tcp_clear_grqs()
6233 if (!d_list_is_empty(&grq->aux_gen_list)) { in lm_tcp_clear_grqs()
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlistq.h646 d_list_is_empty( in d_list_is_empty() function
867 #define d_list_is_empty(_d_list) ((_d_list)->cnt == 0) macro
/illumos-gate/usr/src/uts/common/io/bnx/include/
H A Dlistq.h654 d_list_is_empty( in d_list_is_empty() function
875 #define d_list_is_empty(_d_list) ((_d_list)->cnt == 0) macro
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_hw.c1820 while (!d_list_is_empty(&pUM->memBlockList)) in BnxeHwStopCore()
1830 while (!d_list_is_empty(&pUM->memDmaList)) in BnxeHwStopCore()
H A Dbnxe_main.c203 while (!d_list_is_empty(&pUM->memRegionList)) in BnxeBarMemDestroy()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c3614 } while (!d_list_is_empty(&pdev->sq_info.pending_complete)); in lm_sq_complete_pending_requests()
3633 …if ((pdev->sq_info.sq_state == SQ_STATE_PENDING) && !d_list_is_empty(&pdev->sq_info.pending_comple… in lm_sq_complete_pending_requests()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c102 d_list_is_empty(head)