Lines Matching refs:offsets

107 do_sync_gen_syndrome(struct page **blocks, unsigned int *offsets, int disks,  in do_sync_gen_syndrome()  argument
124 srcs[i] = page_address(blocks[i]) + offsets[i]; in do_sync_gen_syndrome()
177 async_gen_syndrome(struct page **blocks, unsigned int *offsets, int disks, in async_gen_syndrome() argument
196 is_dma_pq_aligned_offs(device, offsets, disks, len)) { in async_gen_syndrome()
214 offsets[i], len, DMA_TO_DEVICE); in async_gen_syndrome()
227 P(offsets, disks), in async_gen_syndrome()
237 Q(offsets, disks), in async_gen_syndrome()
259 P(offsets, disks) = 0; in async_gen_syndrome()
263 Q(offsets, disks) = 0; in async_gen_syndrome()
265 do_sync_gen_syndrome(blocks, offsets, disks, len, submit); in async_gen_syndrome()
298 async_syndrome_val(struct page **blocks, unsigned int *offsets, int disks, in async_syndrome_val() argument
315 is_dma_pq_aligned_offs(device, offsets, disks, len)) { in async_syndrome_val()
327 offsets[i], len, in async_syndrome_val()
340 P(offsets, disks), len, in async_syndrome_val()
350 Q(offsets, disks), len, in async_syndrome_val()
375 unsigned int p_off = P(offsets, disks); in async_syndrome_val()
377 unsigned int q_off = Q(offsets, disks); in async_syndrome_val()
404 blocks, offsets, disks-2, len, submit); in async_syndrome_val()
414 Q(offsets, disks) = s_off; in async_syndrome_val()
416 tx = async_gen_syndrome(blocks, offsets, disks, in async_syndrome_val()
426 P(offsets, disks) = p_off; in async_syndrome_val()
428 Q(offsets, disks) = q_off; in async_syndrome_val()