Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_ll2.c156 struct ecore_ll2_tx_queue *p_tx; in ecore_ll2_txq_flush() local
164 p_tx = &p_ll2_conn->tx_queue; in ecore_ll2_txq_flush()
166 OSAL_SPIN_LOCK_IRQSAVE(&p_tx->lock, flags); in ecore_ll2_txq_flush()
167 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()
182 &p_tx->free_descq); in ecore_ll2_txq_flush()
183 OSAL_SPIN_UNLOCK_IRQSAVE(&p_tx->lock, flags); in ecore_ll2_txq_flush()
190 p_tx->cur_completing_packet = *p_pkt; in ecore_ll2_txq_flush()
[all …]