Searched refs:ioat_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
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
240 struct bus_dmadesc *ioat_crc(bus_dmaengine_t dmaengine, bus_addr_t src,
H A Dioat_test.c329 desc = ioat_crc(dma, src, tx->length,
H A Dioat.c1381 ioat_crc(bus_dmaengine_t dmaengine, bus_addr_t src, bus_size_t len, function

Completed in 67 milliseconds