Home
last modified time | relevance | path

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

/freebsd/sys/dev/ioat/
H A Dioat.c496 hw_desc->u.control_generic.op = IOAT_OP_COPY; in ioat_start_channel()
1215 desc = ioat_op_generic(ioat, IOAT_OP_COPY, 8, 0, 0, callback_fn, in ioat_null()
1236 desc = ioat_op_generic(ioat, IOAT_OP_COPY, len, src, dst, callback_fn, in ioat_copy()
1269 desc = ioat_op_generic(ioat, IOAT_OP_COPY, 2 * PAGE_SIZE, 0, 0, in ioat_copy_8k_aligned()
H A Dioat_internal.h170 #define IOAT_OP_COPY 0x00 macro