Searched refs:tx_entry (Results 1 – 5 of 5) sorted by relevance
15 struct hns3_entry *tx_entry; in hns3_tx_bulk_free_buffers() local20 tx_entry = &txq->sw_ring[txq->next_to_clean]; in hns3_tx_bulk_free_buffers()22 rte_mempool_put_bulk(tx_entry->mbuf->pool, (void **)tx_entry, in hns3_tx_bulk_free_buffers()25 tx_entry[i].mbuf = NULL; in hns3_tx_bulk_free_buffers()29 for (i = 0; i < txq->tx_rs_thresh; i++, tx_entry++) { in hns3_tx_bulk_free_buffers()30 m = rte_pktmbuf_prefree_seg(tx_entry->mbuf); in hns3_tx_bulk_free_buffers()31 tx_entry->mbuf = NULL; in hns3_tx_bulk_free_buffers()
34 struct hns3_entry *tx_entry; in hns3_xmit_fixed_burst_vec() local52 tx_entry = &txq->sw_ring[next_to_use]; in hns3_xmit_fixed_burst_vec()63 tx_entry[i].mbuf = *tx_pkts; in hns3_xmit_fixed_burst_vec()72 tx_entry = &txq->sw_ring[next_to_use]; in hns3_xmit_fixed_burst_vec()77 tx_entry[i].mbuf = *tx_pkts; in hns3_xmit_fixed_burst_vec()
3100 rte_pktmbuf_free_seg(tx_entry[i].mbuf); in hns3_tx_free_useless_buffer()3101 tx_entry[i].mbuf = NULL; in hns3_tx_free_useless_buffer()3978 struct hns3_entry *tx_entry; in hns3_tx_free_buffer_simple() local4004 rte_mempool_put_bulk(tx_entry->mbuf->pool, in hns3_tx_free_buffer_simple()4005 (void **)tx_entry, txq->tx_rs_thresh); in hns3_tx_free_buffer_simple()4007 tx_entry[i].mbuf = NULL; in hns3_tx_free_buffer_simple()4012 rte_prefetch0((tx_entry + i)->mbuf); in hns3_tx_free_buffer_simple()4014 rte_mempool_put(tx_entry->mbuf->pool, tx_entry->mbuf); in hns3_tx_free_buffer_simple()4015 tx_entry->mbuf = NULL; in hns3_tx_free_buffer_simple()4027 tx_entry->mbuf = pkts[0]; in hns3_tx_backup_1mbuf()[all …]
387 struct hns3_entry *tx_entry = &txq->sw_ring[txq->next_to_use]; in hns3_tx_fill_hw_ring_sve() local407 svst1_u64(pg, (uint64_t *)tx_entry, base_addr); in hns3_tx_fill_hw_ring_sve()446 tx_entry += svcntd(); in hns3_tx_fill_hw_ring_sve()
195 struct atl_tx_entry *tx_entry; in atl_reset_tx_queue() local206 tx_entry = txq->sw_ring; in atl_reset_tx_queue()216 tx_entry[i].mbuf = NULL; in atl_reset_tx_queue()1224 struct atl_tx_entry *tx_entry; in atl_xmit_pkt() local1280 tx_entry = &txq->sw_ring[tail]; in atl_xmit_pkt()1282 if (tx_entry->mbuf) in atl_xmit_pkt()1283 rte_pktmbuf_free_seg(tx_entry->mbuf); in atl_xmit_pkt()1284 tx_entry->mbuf = m_seg; in atl_xmit_pkt()