Home
last modified time | relevance | path

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

/f-stack/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()
505 &txq->txq_hw_ring[(*added) & txq->ptr_mask]); in sfc_ef10_xmit_tso_pkt()
575 eop, &txq->txq_hw_ring[id]); in sfc_ef10_xmit_tso_pkt()
685 &txq->txq_hw_ring[id]); in sfc_ef10_xmit_pkts()
855 true, &txq->txq_hw_ring[id]); in sfc_ef10_simple_xmit_pkts()
959 txq->txq_hw_ring = info->txq_hw_ring; in sfc_ef10_tx_qcreate()
H A Dsfc_ef100_tx.c72 efx_oword_t *txq_hw_ring; member
581 &txq->txq_hw_ring[id]); in sfc_ef100_xmit_tso_pkt()
591 &txq->txq_hw_ring[id]); in sfc_ef100_xmit_tso_pkt()
598 &txq->txq_hw_ring[id]); in sfc_ef100_xmit_tso_pkt()
617 &txq->txq_hw_ring[tso_desc_id]); in sfc_ef100_xmit_tso_pkt()
678 &txq->txq_hw_ring[id]); in sfc_ef100_xmit_pkts()
706 &txq->txq_hw_ring[id]); in sfc_ef100_xmit_pkts()
798 txq->txq_hw_ring = info->txq_hw_ring; in sfc_ef100_tx_qcreate()
H A Dsfc_dp_tx.h57 void *txq_hw_ring; member
H A Dsfc_tx.c183 info.txq_hw_ring = txq->mem.esm_base; in sfc_tx_qinit()