Home
last modified time | relevance | path

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

/dpdk/drivers/raw/ioat/
H A Drte_ioat_rawdev_fns.h240 uintptr_t *src_hdls, uintptr_t *dst_hdls) in __ioat_completed_ops() argument
270 _mm_storeu_si128((__m128i *)&src_hdls[i], in __ioat_completed_ops()
277 src_hdls[i] = hdls[0]; in __ioat_completed_ops()
349 uintptr_t *src_hdls, uintptr_t *dst_hdls) in rte_ioat_completed_ops() argument
361 src_hdls, dst_hdls); in rte_ioat_completed_ops()
363 return __ioat_completed_ops(dev_id, max_copies, src_hdls, dst_hdls); in rte_ioat_completed_ops()
373 uintptr_t *src_hdls, uintptr_t *dst_hdls) in rte_ioat_completed_copies() argument
376 src_hdls, dst_hdls); in rte_ioat_completed_copies()
H A Drte_ioat_rawdev.h205 uintptr_t *src_hdls, uintptr_t *dst_hdls);
H A Drte_idxd_rawdev_fns.h306 uintptr_t *src_hdls, uintptr_t *dst_hdls) in __idxd_completed_ops() argument
360 src_hdls[n] = idxd->hdl_ring[h_idx].src; in __idxd_completed_ops()