Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/raw/ioat/
H A Drte_ioat_rawdev_fns.h324 uintptr_t *src_hdls, uintptr_t *dst_hdls) in __ioat_completed_ops() argument
356 _mm_storeu_si128((__m128i *)&dst_hdls[i], in __ioat_completed_ops()
362 dst_hdls[i] = hdls[1]; in __ioat_completed_ops()
484 uintptr_t *src_hdls, uintptr_t *dst_hdls) in __idxd_completed_ops() argument
504 dst_hdls[n] = idxd->hdl_ring[h_idx].dst; in __idxd_completed_ops()
571 uintptr_t *src_hdls, uintptr_t *dst_hdls) in rte_ioat_completed_ops() argument
577 src_hdls, dst_hdls); in rte_ioat_completed_ops()
580 src_hdls, dst_hdls); in rte_ioat_completed_ops()
590 uintptr_t *src_hdls, uintptr_t *dst_hdls) in rte_ioat_completed_copies() argument
592 return rte_ioat_completed_ops(dev_id, max_copies, src_hdls, dst_hdls); in rte_ioat_completed_copies()
H A Drte_ioat_rawdev.h166 uintptr_t *src_hdls, uintptr_t *dst_hdls);