Home
last modified time | relevance | path

Searched refs:ntb_buf (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/examples/ntb/
H A Dntb_fwd.c430 ntb_buf[i] = (struct rte_rawdev_buf *) in start_iofwd_per_lcore()
443 ntb_buf[j]->buf_addr = pkts_burst[j]; in start_iofwd_per_lcore()
445 ntb_buf, nb_rx, in start_iofwd_per_lcore()
459 ntb_buf, pkt_burst, in start_iofwd_per_lcore()
486 free(ntb_buf[i]); in start_iofwd_per_lcore()
501 ntb_buf[i] = (struct rte_rawdev_buf *) in start_rxonly_per_lcore()
525 free(ntb_buf[i]); in start_rxonly_per_lcore()
542 ntb_buf[i] = (struct rte_rawdev_buf *) in start_txonly_per_lcore()
557 ntb_buf[nb_pkt]->buf_addr = in start_txonly_per_lcore()
572 ntb_buf[nb_pkt]->buf_addr = in start_txonly_per_lcore()
[all …]