Home
last modified time | relevance | path

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

/f-stack/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_vec_neon.c510 vtx1(volatile struct i40e_tx_desc *txdp, in vtx1()
522 vtx(volatile struct i40e_tx_desc *txdp, struct rte_mbuf **pkt, in vtx()
536 volatile struct i40e_tx_desc *txdp; in i40e_xmit_fixed_burst_vec()
H A Di40e_rxtx.c336 volatile struct i40e_tx_desc *txd = txq->tx_ring; in i40e_xmit_cleanup()
1017 volatile struct i40e_tx_desc *txd; in i40e_xmit_pkts()
1018 volatile struct i40e_tx_desc *txr; in i40e_xmit_pkts()
1297 tx4(volatile struct i40e_tx_desc *txdp, struct rte_mbuf **pkts) in tx4()
1313 tx1(volatile struct i40e_tx_desc *txdp, struct rte_mbuf **pkts) in tx1()
1358 volatile struct i40e_tx_desc *txr = txq->tx_ring; in tx_xmit_pkts()
2316 ring_size = sizeof(struct i40e_tx_desc) * I40E_MAX_RING_DESC; in i40e_dev_tx_queue_setup()
2340 txq->tx_ring = (struct i40e_tx_desc *)tz->addr; in i40e_dev_tx_queue_setup()
2650 size = sizeof(struct i40e_tx_desc) * txq->nb_tx_desc; in i40e_reset_tx_queue()
2656 volatile struct i40e_tx_desc *txd = &txq->tx_ring[i]; in i40e_reset_tx_queue()
[all …]
H A Di40e_rxtx_vec_sse.c676 vtx1(volatile struct i40e_tx_desc *txdp, in vtx1()
689 vtx(volatile struct i40e_tx_desc *txdp, in vtx()
703 volatile struct i40e_tx_desc *txdp; in i40e_xmit_fixed_burst_vec()
H A Di40e_rxtx_vec_avx2.c809 vtx1(volatile struct i40e_tx_desc *txdp, in vtx1()
822 vtx(volatile struct i40e_tx_desc *txdp, in vtx()
867 volatile struct i40e_tx_desc *txdp; in i40e_xmit_fixed_burst_vec_avx2()
H A Di40e_rxtx.h138 volatile struct i40e_tx_desc *tx_ring; /**< TX ring virtual address */
H A Di40e_fdir.c1605 volatile struct i40e_tx_desc *tmp_txdp; in i40e_find_available_buffer()
1831 volatile struct i40e_tx_desc *txdp; in i40e_flow_fdir_filter_programming()
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_type.h1120 struct i40e_tx_desc { struct