Home
last modified time | relevance | path

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

/f-stack/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()
214 struct ixgbe_tx_entry_v *txe = txq->sw_ring_v; in _ixgbe_reset_tx_queue_vec() local
226 txe[i].mbuf = NULL; in _ixgbe_reset_tx_queue_vec()
H A Dixgbe_rxtx.c660 txe = &sw_ring[tx_id]; in ixgbe_xmit_pkts()
859 txe->mbuf = NULL; in ixgbe_xmit_pkts()
867 tx_id = txe->next_id; in ixgbe_xmit_pkts()
868 txe = txn; in ixgbe_xmit_pkts()
893 if (txe->mbuf != NULL) in ixgbe_xmit_pkts()
895 txe->mbuf = m_seg; in ixgbe_xmit_pkts()
909 tx_id = txe->next_id; in ixgbe_xmit_pkts()
910 txe = txn; in ixgbe_xmit_pkts()
2466 txe[i].mbuf = NULL; in ixgbe_reset_tx_queue()
2467 txe[i].last_id = i; in ixgbe_reset_tx_queue()
[all …]
/f-stack/dpdk/drivers/net/igc/
H A Digc_txrx.c1645 txe = &sw_ring[tx_id]; in igc_xmit_pkts()
1787 txe->mbuf = NULL; in igc_xmit_pkts()
1794 tx_id = txe->next_id; in igc_xmit_pkts()
1795 txe = txn; in igc_xmit_pkts()
1814 if (txe->mbuf != NULL) in igc_xmit_pkts()
1816 txe->mbuf = m_seg; in igc_xmit_pkts()
1828 tx_id = txe->next_id; in igc_xmit_pkts()
1829 txe = txn; in igc_xmit_pkts()
1925 txe[i].mbuf = NULL; in igc_reset_tx_queue()
1926 txe[i].last_id = i; in igc_reset_tx_queue()
[all …]
/f-stack/dpdk/drivers/net/e1000/
H A Dem_rxtx.c393 txe = &sw_ring[tx_id]; in eth_em_xmit_pkts()
527 if (txe->mbuf != NULL) { in eth_em_xmit_pkts()
529 txe->mbuf = NULL; in eth_em_xmit_pkts()
535 txe->last_id = tx_last; in eth_em_xmit_pkts()
536 tx_id = txe->next_id; in eth_em_xmit_pkts()
537 txe = txn; in eth_em_xmit_pkts()
553 if (txe->mbuf != NULL) in eth_em_xmit_pkts()
555 txe->mbuf = m_seg; in eth_em_xmit_pkts()
567 txe->last_id = tx_last; in eth_em_xmit_pkts()
568 tx_id = txe->next_id; in eth_em_xmit_pkts()
[all …]
H A Digb_rxtx.c407 txe = &sw_ring[tx_id]; in eth_igb_xmit_pkts()
551 txe->mbuf = NULL; in eth_igb_xmit_pkts()
557 tx_id = txe->next_id; in eth_igb_xmit_pkts()
558 txe = txn; in eth_igb_xmit_pkts()
572 if (txe->mbuf != NULL) in eth_igb_xmit_pkts()
574 txe->mbuf = m_seg; in eth_igb_xmit_pkts()
588 tx_id = txe->next_id; in eth_igb_xmit_pkts()
589 txe = txn; in eth_igb_xmit_pkts()
1439 txe[i].mbuf = NULL; in igb_reset_tx_queue()
1440 txe[i].last_id = i; in igb_reset_tx_queue()
[all …]
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_rxtx.c213 txe = txq->sw_ring; in reset_tx_queue()
222 txe[i].mbuf = NULL; in reset_tx_queue()
223 txe[i].last_id = i; in reset_tx_queue()
224 txe[prev].next_id = i; in reset_tx_queue()
2098 txe = &sw_ring[tx_id]; in iavf_xmit_pkts()
2178 if (txe->mbuf) { in iavf_xmit_pkts()
2180 txe->mbuf = NULL; in iavf_xmit_pkts()
2194 txe = txn; in iavf_xmit_pkts()
2202 if (txe->mbuf) in iavf_xmit_pkts()
2204 txe->mbuf = m_seg; in iavf_xmit_pkts()
[all …]
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_rxtx.c1039 txe = &sw_ring[tx_id]; in i40e_xmit_pkts()
1132 txe->mbuf = NULL; in i40e_xmit_pkts()
1172 tx_id = txe->next_id; in i40e_xmit_pkts()
1173 txe = txn; in i40e_xmit_pkts()
1181 if (txe->mbuf) in i40e_xmit_pkts()
1183 txe->mbuf = m_seg; in i40e_xmit_pkts()
1203 txe = txn; in i40e_xmit_pkts()
1221 txe = txn; in i40e_xmit_pkts()
2649 txe = txq->sw_ring; in i40e_reset_tx_queue()
2660 txe[i].mbuf = NULL; in i40e_reset_tx_queue()
[all …]
/f-stack/dpdk/drivers/net/ice/
H A Dice_rxtx.c891 txe = txq->sw_ring; in ice_reset_tx_queue()
902 txe[i].mbuf = NULL; in ice_reset_tx_queue()
903 txe[i].last_id = i; in ice_reset_tx_queue()
904 txe[prev].next_id = i; in ice_reset_tx_queue()
2617 if (txe->mbuf) { in ice_xmit_pkts()
2619 txe->mbuf = NULL; in ice_xmit_pkts()
2642 txe = txn; in ice_xmit_pkts()
2650 if (txe->mbuf) in ice_xmit_pkts()
2652 txe->mbuf = m_seg; in ice_xmit_pkts()
2674 txe = txn; in ice_xmit_pkts()
[all …]
H A Dice_dcf_ethdev.c339 struct ice_tx_entry *txe; in reset_tx_queue() local
348 txe = txq->sw_ring; in reset_tx_queue()
357 txe[i].mbuf = NULL; in reset_tx_queue()
358 txe[i].last_id = i; in reset_tx_queue()
359 txe[prev].next_id = i; in reset_tx_queue()
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c711 txe = &sw_ring[tx_id]; in txgbe_xmit_pkts()
894 txe->mbuf = NULL; in txgbe_xmit_pkts()
901 tx_id = txe->next_id; in txgbe_xmit_pkts()
902 txe = txn; in txgbe_xmit_pkts()
924 if (txe->mbuf != NULL) in txgbe_xmit_pkts()
926 txe->mbuf = m_seg; in txgbe_xmit_pkts()
937 tx_id = txe->next_id; in txgbe_xmit_pkts()
938 txe = txn; in txgbe_xmit_pkts()
2078 txe[i].mbuf = NULL; in txgbe_reset_tx_queue()
2079 txe[i].last_id = i; in txgbe_reset_tx_queue()
[all …]
/f-stack/dpdk/drivers/net/fm10k/
H A Dfm10k_rxtx_vec.c894 struct rte_mbuf **txe = txq->sw_ring; in fm10k_reset_tx_queue() local
903 txe[i] = NULL; in fm10k_reset_tx_queue()