Lines Matching refs:rte_rawdev_buf
216 struct rte_rawdev_buf *pkts_send[NTB_MAX_PKT_BURST]; in cmd_sendfile_parsed()
258 pkts_send[i] = (struct rte_rawdev_buf *) in cmd_sendfile_parsed()
259 malloc(sizeof(struct rte_rawdev_buf)); in cmd_sendfile_parsed()
352 struct rte_rawdev_buf *pkts_recv[NTB_MAX_PKT_BURST]; in start_polling_recv_file()
363 pkts_recv[i] = (struct rte_rawdev_buf *) in start_polling_recv_file()
364 malloc(sizeof(struct rte_rawdev_buf)); in start_polling_recv_file()
422 struct rte_rawdev_buf *ntb_buf[NTB_MAX_PKT_BURST]; in start_iofwd_per_lcore()
430 ntb_buf[i] = (struct rte_rawdev_buf *) in start_iofwd_per_lcore()
431 malloc(sizeof(struct rte_rawdev_buf)); in start_iofwd_per_lcore()
494 struct rte_rawdev_buf *ntb_buf[NTB_MAX_PKT_BURST]; in start_rxonly_per_lcore()
501 ntb_buf[i] = (struct rte_rawdev_buf *) in start_rxonly_per_lcore()
502 malloc(sizeof(struct rte_rawdev_buf)); in start_rxonly_per_lcore()
534 struct rte_rawdev_buf *ntb_buf[NTB_MAX_PKT_BURST]; in start_txonly_per_lcore()
542 ntb_buf[i] = (struct rte_rawdev_buf *) in start_txonly_per_lcore()
543 malloc(sizeof(struct rte_rawdev_buf)); in start_txonly_per_lcore()