Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/raw/ioat/
H A Dioat_rawdev_test.c93 struct rte_mbuf *srcs[32], *dsts[32]; in test_enqueue_copies() local
102 dsts[i] = rte_pktmbuf_alloc(pool); in test_enqueue_copies()
104 dsts[i]->data_len = dsts[i]->pkt_len = length; in test_enqueue_copies()
112 dsts[i]->buf_iova + dsts[i]->data_off, in test_enqueue_copies()
115 (uintptr_t)dsts[i]) != 1) { in test_enqueue_copies()
136 if (completed_dst[i] != dsts[i]) { in test_enqueue_copies()
142 dst_data = rte_pktmbuf_mtod(dsts[i], char *); in test_enqueue_copies()
150 rte_pktmbuf_free(dsts[i]); in test_enqueue_copies()
/f-stack/dpdk/doc/guides/rawdevs/
H A Dioat.rst219 struct rte_mbuf *srcs[32], *dsts[32];
226 dsts[i] = rte_pktmbuf_alloc(pool);
228 dsts[i]->data_len = dsts[i]->pkt_len = length;
236 dsts[i]->buf_iova + dsts[i]->data_off,
239 (uintptr_t)dsts[i]) != 1) {
270 if (completed_dst[i] != dsts[i]) {
276 dst_data = rte_pktmbuf_mtod(dsts[i], char *);
284 rte_pktmbuf_free(dsts[i]);