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

/freebsd-12-stable/sys/dev/ioat/
H A Dioat.c1240 bus_size_t src1_len, dst1_len; local
1280 dst1_len = (dst2 != dst1 + PAGE_SIZE) ? PAGE_SIZE : 2 * PAGE_SIZE;
1283 desc->dst_dmamap, dst1, dst1_len, 0, &seg, &nseg);
1290 if (dst1_len != 2 * PAGE_SIZE) {

Completed in 112 milliseconds