Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_ef10_tx.c69 efx_qword_t *txq_hw_ring; member
203 EFX_POPULATE_QWORD_5(txq->txq_hw_ring[added & txq->ptr_mask], in sfc_ef10_tx_qdesc_tso2_create()
211 EFX_POPULATE_QWORD_5(txq->txq_hw_ring[(added + 1) & txq->ptr_mask], in sfc_ef10_tx_qdesc_tso2_create()
234 desc.eq_u64[0] = txq->txq_hw_ring[pushed & txq->ptr_mask].eq_u64[0]; in sfc_ef10_tx_qpush()
525 &txq->txq_hw_ring[(*added) & txq->ptr_mask]); in sfc_ef10_xmit_tso_pkt()
595 eop, &txq->txq_hw_ring[id]); in sfc_ef10_xmit_tso_pkt()
705 &txq->txq_hw_ring[id]); in sfc_ef10_xmit_pkts()
875 true, &txq->txq_hw_ring[id]); in sfc_ef10_simple_xmit_pkts()
983 txq->txq_hw_ring = info->txq_hw_ring; in sfc_ef10_tx_qcreate()
H A Dsfc_ef100_tx.c75 efx_oword_t *txq_hw_ring; member
635 &txq->txq_hw_ring[id]); in sfc_ef100_xmit_tso_pkt()
643 remaining_hdr_len, &txq->txq_hw_ring[id]); in sfc_ef100_xmit_tso_pkt()
650 &txq->txq_hw_ring[id]); in sfc_ef100_xmit_tso_pkt()
669 &txq->txq_hw_ring[tso_desc_id]); in sfc_ef100_xmit_tso_pkt()
731 &txq->txq_hw_ring[id]); in sfc_ef100_xmit_pkts()
740 &txq->txq_hw_ring[id]); in sfc_ef100_xmit_pkts()
771 &txq->txq_hw_ring[id]); in sfc_ef100_xmit_pkts()
870 txq->txq_hw_ring = info->txq_hw_ring; in sfc_ef100_tx_qcreate()
H A Dsfc_dp_tx.h58 void *txq_hw_ring; member
H A Dsfc_tx.c209 info.txq_hw_ring = txq->mem.esm_base; in sfc_tx_qinit()