Searched refs:ioat_copy_crc (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/ioat/
H A Dioat.h58 * Emit a CRC32C as the result of a ioat_copy_crc() or ioat_crc().
63 * Compare the CRC32C of a ioat_copy_crc() or ioat_crc() against an expeceted
226 struct bus_dmadesc *ioat_copy_crc(bus_dmaengine_t dmaengine, bus_addr_t dst,
231 * ioat_crc() is nearly identical to ioat_copy_crc(), but does not actually
234 * Like ioat_copy_crc, ioat_crc computes a CRC32C over len bytes pointed to by
H A Dioat_test.c336 desc = ioat_copy_crc(dma, dest, src, tx->length,
H A Dioat.c1311 ioat_copy_crc(bus_dmaengine_t dmaengine, bus_addr_t dst, bus_addr_t src, function

Completed in 108 milliseconds