Home
last modified time | relevance | path

Searched refs:txe (Results 1 – 12 of 12) sorted by relevance

/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx_vec_common.h146 struct ixgbe_tx_entry_v *txe; in _ixgbe_tx_queue_release_mbufs_vec() local
156 txe = &txq->sw_ring_v[i]; in _ixgbe_tx_queue_release_mbufs_vec()
157 rte_pktmbuf_free_seg(txe->mbuf); in _ixgbe_tx_queue_release_mbufs_vec()
163 txe = &txq->sw_ring_v[i]; in _ixgbe_tx_queue_release_mbufs_vec()
164 txe->mbuf = NULL; in _ixgbe_tx_queue_release_mbufs_vec()
213 struct ixgbe_tx_entry_v *txe = txq->sw_ring_v; in _ixgbe_reset_tx_queue_vec() local
225 txe[i].mbuf = NULL; in _ixgbe_reset_tx_queue_vec()
H A Dixgbe_rxtx.c658 txe = &sw_ring[tx_id]; in ixgbe_xmit_pkts()
857 txe->mbuf = NULL; in ixgbe_xmit_pkts()
865 tx_id = txe->next_id; in ixgbe_xmit_pkts()
866 txe = txn; in ixgbe_xmit_pkts()
891 if (txe->mbuf != NULL) in ixgbe_xmit_pkts()
893 txe->mbuf = m_seg; in ixgbe_xmit_pkts()
907 tx_id = txe->next_id; in ixgbe_xmit_pkts()
908 txe = txn; in ixgbe_xmit_pkts()
2513 txe[i].mbuf = NULL; in ixgbe_reset_tx_queue()
2514 txe[i].last_id = i; in ixgbe_reset_tx_queue()
[all …]
/dpdk/drivers/net/igc/
H A Digc_txrx.c1632 txe = &sw_ring[tx_id]; in igc_xmit_pkts()
1774 txe->mbuf = NULL; in igc_xmit_pkts()
1781 tx_id = txe->next_id; in igc_xmit_pkts()
1782 txe = txn; in igc_xmit_pkts()
1801 if (txe->mbuf != NULL) in igc_xmit_pkts()
1803 txe->mbuf = m_seg; in igc_xmit_pkts()
1815 tx_id = txe->next_id; in igc_xmit_pkts()
1816 txe = txn; in igc_xmit_pkts()
1912 txe[i].mbuf = NULL; in igc_reset_tx_queue()
1913 txe[i].last_id = i; in igc_reset_tx_queue()
[all …]
/dpdk/drivers/net/e1000/
H A Dem_rxtx.c394 txe = &sw_ring[tx_id]; in eth_em_xmit_pkts()
528 if (txe->mbuf != NULL) { in eth_em_xmit_pkts()
530 txe->mbuf = NULL; in eth_em_xmit_pkts()
536 txe->last_id = tx_last; in eth_em_xmit_pkts()
537 tx_id = txe->next_id; in eth_em_xmit_pkts()
538 txe = txn; in eth_em_xmit_pkts()
554 if (txe->mbuf != NULL) in eth_em_xmit_pkts()
556 txe->mbuf = m_seg; in eth_em_xmit_pkts()
568 txe->last_id = tx_last; in eth_em_xmit_pkts()
569 tx_id = txe->next_id; in eth_em_xmit_pkts()
[all …]
H A Digb_rxtx.c408 txe = &sw_ring[tx_id]; in eth_igb_xmit_pkts()
552 txe->mbuf = NULL; in eth_igb_xmit_pkts()
558 tx_id = txe->next_id; in eth_igb_xmit_pkts()
559 txe = txn; in eth_igb_xmit_pkts()
573 if (txe->mbuf != NULL) in eth_igb_xmit_pkts()
575 txe->mbuf = m_seg; in eth_igb_xmit_pkts()
589 tx_id = txe->next_id; in eth_igb_xmit_pkts()
590 txe = txn; in eth_igb_xmit_pkts()
1441 txe[i].mbuf = NULL; in igb_reset_tx_queue()
1442 txe[i].last_id = i; in igb_reset_tx_queue()
[all …]
/dpdk/drivers/net/iavf/
H A Diavf_rxtx.c253 txe = txq->sw_ring; in reset_tx_queue()
262 txe[i].mbuf = NULL; in reset_tx_queue()
263 txe[i].last_id = i; in reset_tx_queue()
264 txe[prev].next_id = i; in reset_tx_queue()
2719 if (txe->mbuf) { in iavf_xmit_pkts()
2721 txe->mbuf = NULL; in iavf_xmit_pkts()
2730 txe = txn; in iavf_xmit_pkts()
2741 if (txe->mbuf) { in iavf_xmit_pkts()
2752 txe = txn; in iavf_xmit_pkts()
2764 if (txe->mbuf) in iavf_xmit_pkts()
[all …]
/dpdk/drivers/net/i40e/
H A Di40e_rxtx.c1102 txe = &sw_ring[tx_id]; in i40e_xmit_pkts()
1195 txe->mbuf = NULL; in i40e_xmit_pkts()
1235 tx_id = txe->next_id; in i40e_xmit_pkts()
1236 txe = txn; in i40e_xmit_pkts()
1244 if (txe->mbuf) in i40e_xmit_pkts()
1246 txe->mbuf = m_seg; in i40e_xmit_pkts()
1266 txe = txn; in i40e_xmit_pkts()
1284 txe = txn; in i40e_xmit_pkts()
2764 txe = txq->sw_ring; in i40e_reset_tx_queue()
2775 txe[i].mbuf = NULL; in i40e_reset_tx_queue()
[all …]
/dpdk/drivers/net/ngbe/
H A Dngbe_rxtx.c602 txe = &sw_ring[tx_id]; in ngbe_xmit_pkts()
775 txe->mbuf = NULL; in ngbe_xmit_pkts()
782 tx_id = txe->next_id; in ngbe_xmit_pkts()
783 txe = txn; in ngbe_xmit_pkts()
805 if (txe->mbuf != NULL) in ngbe_xmit_pkts()
807 txe->mbuf = m_seg; in ngbe_xmit_pkts()
818 tx_id = txe->next_id; in ngbe_xmit_pkts()
819 txe = txn; in ngbe_xmit_pkts()
1849 txe[i].mbuf = NULL; in ngbe_reset_tx_queue()
1850 txe[i].last_id = i; in ngbe_reset_tx_queue()
[all …]
/dpdk/drivers/net/ice/
H A Dice_rxtx.c934 txe = txq->sw_ring; in ice_reset_tx_queue()
945 txe[i].mbuf = NULL; in ice_reset_tx_queue()
946 txe[i].last_id = i; in ice_reset_tx_queue()
947 txe[prev].next_id = i; in ice_reset_tx_queue()
2831 if (txe->mbuf) { in ice_xmit_pkts()
2833 txe->mbuf = NULL; in ice_xmit_pkts()
2860 txe = txn; in ice_xmit_pkts()
2868 if (txe->mbuf) in ice_xmit_pkts()
2870 txe->mbuf = m_seg; in ice_xmit_pkts()
2892 txe = txn; in ice_xmit_pkts()
[all …]
H A Dice_dcf_ethdev.c372 struct ice_tx_entry *txe; in reset_tx_queue() local
381 txe = txq->sw_ring; in reset_tx_queue()
390 txe[i].mbuf = NULL; in reset_tx_queue()
391 txe[i].last_id = i; in reset_tx_queue()
392 txe[prev].next_id = i; in reset_tx_queue()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c753 txe = &sw_ring[tx_id]; in txgbe_xmit_pkts()
951 txe->mbuf = NULL; in txgbe_xmit_pkts()
959 tx_id = txe->next_id; in txgbe_xmit_pkts()
960 txe = txn; in txgbe_xmit_pkts()
986 if (txe->mbuf != NULL) in txgbe_xmit_pkts()
988 txe->mbuf = m_seg; in txgbe_xmit_pkts()
999 tx_id = txe->next_id; in txgbe_xmit_pkts()
1000 txe = txn; in txgbe_xmit_pkts()
2155 txe[i].mbuf = NULL; in txgbe_reset_tx_queue()
2156 txe[i].last_id = i; in txgbe_reset_tx_queue()
[all …]
/dpdk/drivers/net/fm10k/
H A Dfm10k_rxtx_vec.c895 struct rte_mbuf **txe = txq->sw_ring; in fm10k_reset_tx_queue() local
904 txe[i] = NULL; in fm10k_reset_tx_queue()