Searched refs:ioat_op_generic (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14-stable/sys/dev/ioat/ |
| HD | ioat.c | 1136 ioat_op_generic(struct ioat_softc *ioat, uint8_t op, in ioat_op_generic() function 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() 1366 desc = ioat_op_generic(ioat, op, len, src, dst, callback_fn, in ioat_copy_crc() 1436 desc = ioat_op_generic(ioat, op, len, src, 0, callback_fn, in ioat_crc() 1484 desc = ioat_op_generic(ioat, IOAT_OP_FILL, len, 0, dst, in ioat_blockfill()
|