Searched refs:dst_hdls (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/raw/ioat/ |
| H A D | rte_ioat_rawdev_fns.h | 240 uintptr_t *src_hdls, uintptr_t *dst_hdls) in __ioat_completed_ops() argument 272 _mm_storeu_si128((__m128i *)&dst_hdls[i], in __ioat_completed_ops() 278 dst_hdls[i] = hdls[1]; 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 D | rte_ioat_rawdev.h | 205 uintptr_t *src_hdls, uintptr_t *dst_hdls);
|
| H A D | rte_idxd_rawdev_fns.h | 306 uintptr_t *src_hdls, uintptr_t *dst_hdls) in __idxd_completed_ops() argument 361 dst_hdls[n] = idxd->hdl_ring[h_idx].dst; in __idxd_completed_ops()
|