Home
last modified time | relevance | path

Searched refs:active_descq (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_ll2.c167 while (!OSAL_LIST_IS_EMPTY(&p_tx->active_descq)) { in ecore_ll2_txq_flush()
168 p_pkt = OSAL_LIST_FIRST_ENTRY(&p_tx->active_descq, in ecore_ll2_txq_flush()
179 &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()
237 p_pkt = OSAL_LIST_FIRST_ENTRY(&p_tx->active_descq, in ecore_ll2_txq_completion()
250 &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()
377 p_pkt = OSAL_LIST_FIRST_ENTRY(&p_rx->active_descq, in ecore_ll2_rxq_handle_completion()
388 OSAL_LIST_REMOVE_ENTRY(&p_pkt->list_entry, &p_rx->active_descq); in ecore_ll2_rxq_handle_completion()
[all …]
H A Decore_ll2.h83 osal_list_t active_descq; member
96 osal_list_t active_descq; member