Home
last modified time | relevance | path

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

/dpdk/drivers/net/i40e/
H A Di40e_rxtx_vec_altivec.c529 vtx1(volatile struct i40e_tx_desc *txdp, in vtx1()
542 vtx(volatile struct i40e_tx_desc *txdp, in vtx()
556 volatile struct i40e_tx_desc *txdp; in i40e_xmit_fixed_burst_vec()
H A Di40e_rxtx.c376 volatile struct i40e_tx_desc *txd = txq->tx_ring; in i40e_xmit_cleanup()
1080 volatile struct i40e_tx_desc *txd; in i40e_xmit_pkts()
1081 volatile struct i40e_tx_desc *txr; in i40e_xmit_pkts()
1378 tx4(volatile struct i40e_tx_desc *txdp, struct rte_mbuf **pkts) in tx4()
1394 tx1(volatile struct i40e_tx_desc *txdp, struct rte_mbuf **pkts) in tx1()
1439 volatile struct i40e_tx_desc *txr = txq->tx_ring; in tx_xmit_pkts()
2407 ring_size = sizeof(struct i40e_tx_desc) * I40E_MAX_RING_DESC; in i40e_dev_tx_queue_setup()
2432 txq->tx_ring = (struct i40e_tx_desc *)tz->addr; in i40e_dev_tx_queue_setup()
2765 size = sizeof(struct i40e_tx_desc) * txq->nb_tx_desc; in i40e_reset_tx_queue()
2771 volatile struct i40e_tx_desc *txd = &txq->tx_ring[i]; in i40e_reset_tx_queue()
[all …]
H A Di40e_rxtx_vec_sse.c678 vtx1(volatile struct i40e_tx_desc *txdp, in vtx1()
691 vtx(volatile struct i40e_tx_desc *txdp, in vtx()
705 volatile struct i40e_tx_desc *txdp; in i40e_xmit_fixed_burst_vec()
H A Di40e_rxtx_vec_neon.c656 vtx1(volatile struct i40e_tx_desc *txdp, in vtx1()
668 vtx(volatile struct i40e_tx_desc *txdp, struct rte_mbuf **pkt, in vtx()
682 volatile struct i40e_tx_desc *txdp; in i40e_xmit_fixed_burst_vec()
H A Di40e_rxtx_vec_avx2.c705 vtx1(volatile struct i40e_tx_desc *txdp, in vtx1()
718 vtx(volatile struct i40e_tx_desc *txdp, in vtx()
763 volatile struct i40e_tx_desc *txdp; in i40e_xmit_fixed_burst_vec_avx2()
H A Di40e_rxtx_vec_avx512.c990 vtx1(volatile struct i40e_tx_desc *txdp, struct rte_mbuf *pkt, uint64_t flags) in vtx1()
1002 vtx(volatile struct i40e_tx_desc *txdp, in vtx()
1057 volatile struct i40e_tx_desc *txdp; in i40e_xmit_fixed_burst_vec_avx512()
H A Di40e_rxtx.h143 volatile struct i40e_tx_desc *tx_ring; /**< TX ring virtual address */
H A Di40e_fdir.c1682 volatile struct i40e_tx_desc *tmp_txdp; in i40e_find_available_buffer()
1933 volatile struct i40e_tx_desc *txdp; in i40e_flow_fdir_filter_programming()
/dpdk/drivers/net/i40e/base/
H A Di40e_type.h1127 struct i40e_tx_desc { struct