Searched refs:txbuffs (Results 1 – 3 of 3) sorted by relevance
78 struct rte_mbuf **txbuffs = sq->txbuffs; in nicvf_single_pool_free_xmited_buffers() local83 if (txbuffs[head]) in nicvf_single_pool_free_xmited_buffers()101 struct rte_mbuf **txbuffs = sq->txbuffs; in nicvf_multi_pool_free_xmited_buffers() local105 if (txbuffs[head]) { in nicvf_multi_pool_free_xmited_buffers()153 struct rte_mbuf **txbuffs = sq->txbuffs; in nicvf_xmit_pkts() local163 txbuffs[tail] = NULL; in nicvf_xmit_pkts()167 txbuffs[tail] = pkt; in nicvf_xmit_pkts()192 struct rte_mbuf **txbuffs = sq->txbuffs; in nicvf_xmit_pkts_multiseg() local214 txbuffs[tail] = NULL; in nicvf_xmit_pkts_multiseg()218 txbuffs[tail] = pkt; in nicvf_xmit_pkts_multiseg()[all …]
32 struct rte_mbuf **txbuffs; member
710 if (txq->txbuffs[head]) { in nicvf_tx_queue_release_mbufs()711 rte_pktmbuf_free_seg(txq->txbuffs[head]); in nicvf_tx_queue_release_mbufs()712 txq->txbuffs[head] = NULL; in nicvf_tx_queue_release_mbufs()725 memset(txq->txbuffs, 0, sizeof(struct rte_mbuf *) * txq_desc_cnt); in nicvf_tx_queue_reset()869 if (txq->txbuffs != NULL) { in nicvf_dev_tx_queue_release()871 rte_free(txq->txbuffs); in nicvf_dev_tx_queue_release()872 txq->txbuffs = NULL; in nicvf_dev_tx_queue_release()1024 txq->txbuffs = rte_zmalloc_socket("txq->txbuffs", in nicvf_dev_tx_queue_setup()1028 if (txq->txbuffs == NULL) { in nicvf_dev_tx_queue_setup()