Searched refs:pkts_send (Results 1 – 2 of 2) sorted by relevance
216 struct rte_rawdev_buf *pkts_send[NTB_MAX_PKT_BURST]; in cmd_sendfile_parsed() local258 pkts_send[i] = (struct rte_rawdev_buf *) in cmd_sendfile_parsed()276 pkts_send[nb_pkt]->buf_addr = mbuf_send[nb_pkt]; in cmd_sendfile_parsed()290 pkts_send[nb_pkt]->buf_addr = mbuf_send[nb_pkt]; in cmd_sendfile_parsed()294 ret = rte_rawdev_enqueue_buffers(dev_id, pkts_send, nb_pkt, in cmd_sendfile_parsed()306 &pkts_send[nb_tx], nb_pkt - nb_tx, in cmd_sendfile_parsed()326 free(pkts_send[i]); in cmd_sendfile_parsed()
5060 int burst_size, retval, pkts_send; in test_alb_ipv4_tx() local5081 pkts_send = rte_eth_tx_burst( in test_alb_ipv4_tx()5083 if (pkts_send != burst_size) { in test_alb_ipv4_tx()