Lines Matching refs:added
252 level = txq->added - txq->completed; in sfxge_tx_qcomplete()
344 old_added = txq->added; in sfxge_tx_qlist_post()
348 txq->reaped, &txq->added); in sfxge_tx_qlist_post()
355 KASSERT(txq->added - old_added == txq->n_pend_desc, in sfxge_tx_qlist_post()
358 level = txq->added - txq->reaped; in sfxge_tx_qlist_post()
376 level = txq->added - txq->reaped; in sfxge_tx_qlist_post()
388 level = txq->added - txq->reaped; in sfxge_tx_qlist_post()
436 id = txq->added & txq->ptr_mask; in sfxge_tx_queue_mbuf()
548 pushed = txq->added; in sfxge_tx_qdpl_drain()
584 if (txq->added - pushed >= SFXGE_TX_BATCH) { in sfxge_tx_qdpl_drain()
585 efx_tx_qpush(txq->common, txq->added, pushed); in sfxge_tx_qdpl_drain()
586 pushed = txq->added; in sfxge_tx_qdpl_drain()
604 if (txq->added != pushed) in sfxge_tx_qdpl_drain()
605 efx_tx_qpush(txq->common, txq->added, pushed); in sfxge_tx_qdpl_drain()
1381 id = (txq->added + n_extra_descs) & txq->ptr_mask; in sfxge_tx_queue_tso()
1449 level = txq->added - txq->completed; in sfxge_tx_qunblock()
1523 txq->pending = txq->added; in sfxge_tx_qstop()
1526 KASSERT(txq->completed == txq->added, in sfxge_tx_qstop()
1533 txq->added = 0; in sfxge_tx_qstop()
1678 txq->added = txq->pending = txq->completed = txq->reaped = desc_index; in sfxge_tx_qstart()