Searched refs:tx_mbuf (Results 1 – 5 of 5) sorted by relevance
380 struct rte_mbuf *tx_mbuf; in bnxt_xmit_fixed_burst_vec() local393 tx_mbuf = *tx_pkts++; in bnxt_xmit_fixed_burst_vec()394 rte_prefetch0(tx_mbuf); in bnxt_xmit_fixed_burst_vec()398 *tx_buf = tx_mbuf; in bnxt_xmit_fixed_burst_vec()401 txbd->address = tx_mbuf->buf_iova + tx_mbuf->data_off; in bnxt_xmit_fixed_burst_vec()402 txbd->len = tx_mbuf->data_len; in bnxt_xmit_fixed_burst_vec()403 txbd->flags_type = bnxt_xmit_flags_len(tx_mbuf->data_len, in bnxt_xmit_fixed_burst_vec()
205 if (txq->tx_mbuf[index]) { in enetfec_xmit_pkts()206 rte_pktmbuf_free(txq->tx_mbuf[index]); in enetfec_xmit_pkts()207 txq->tx_mbuf[index] = NULL; in enetfec_xmit_pkts()248 txq->tx_mbuf[index] = mbuf; in enetfec_xmit_pkts()
177 mbuf = txq->tx_mbuf[i]; in enet_free_buffers()178 txq->tx_mbuf[i] = NULL; in enet_free_buffers()416 if (txq->tx_mbuf[i] != NULL) { in enetfec_tx_queue_setup()417 rte_pktmbuf_free(txq->tx_mbuf[i]); in enetfec_tx_queue_setup()418 txq->tx_mbuf[i] = NULL; in enetfec_tx_queue_setup()
78 struct rte_mbuf *tx_mbuf[MAX_TX_BD_RING_SIZE]; member
1328 struct rte_mbuf *tx_mbuf = txq->sw_ring[TX_BD(pkt_idx, txq)]; in bnx2x_free_tx_pkt() local1330 if (likely(tx_mbuf != NULL)) { in bnx2x_free_tx_pkt()1331 rte_pktmbuf_free_seg(tx_mbuf); in bnx2x_free_tx_pkt()