Searched refs:txe (Results 1 – 11 of 11) sorted by relevance
146 struct ixgbe_tx_entry_v *txe; in _ixgbe_tx_queue_release_mbufs_vec() local156 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() local226 txe[i].mbuf = NULL; in _ixgbe_reset_tx_queue_vec()
660 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 …]
1645 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 …]
393 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 …]
407 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 …]
213 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 …]
1039 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 …]
891 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 …]
339 struct ice_tx_entry *txe; in reset_tx_queue() local348 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()
711 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 …]
894 struct rte_mbuf **txe = txq->sw_ring; in fm10k_reset_tx_queue() local903 txe[i] = NULL; in fm10k_reset_tx_queue()