Lines Matching refs:P
26 #define P(b, d) (b[d-2]) macro
182 &P(blocks, disks), 2, in async_gen_syndrome()
187 BUG_ON(disks > MAX_DISKS || !(P(blocks, disks) || Q(blocks, disks))); in async_gen_syndrome()
225 if (P(blocks, disks)) in async_gen_syndrome()
226 unmap->addr[j++] = dma_map_page(device->dev, P(blocks, disks), in async_gen_syndrome()
227 P(offsets, disks), in async_gen_syndrome()
257 if (!P(blocks, disks)) { in async_gen_syndrome()
258 P(blocks, disks) = pq_scribble_page; in async_gen_syndrome()
259 P(offsets, disks) = 0; in async_gen_syndrome()
335 if (!P(blocks, disks)) { in async_syndrome_val()
339 pq[0] = dma_map_page(dev, P(blocks, disks), in async_syndrome_val()
340 P(offsets, disks), len, in async_syndrome_val()
374 struct page *p_src = P(blocks, disks); in async_syndrome_val()
375 unsigned int p_off = P(offsets, disks); in async_syndrome_val()
412 P(blocks, disks) = NULL; in async_syndrome_val()
425 P(blocks, disks) = p_src; in async_syndrome_val()
426 P(offsets, disks) = p_off; in async_syndrome_val()