Lines Matching refs:P
26 #define P(b, d) (b[d-2]) macro
168 &P(blocks, disks), 2, in async_gen_syndrome()
173 BUG_ON(disks > MAX_DISKS || !(P(blocks, disks) || Q(blocks, disks))); in async_gen_syndrome()
211 if (P(blocks, disks)) in async_gen_syndrome()
212 unmap->addr[j++] = dma_map_page(device->dev, P(blocks, disks), in async_gen_syndrome()
241 if (!P(blocks, disks)) { in async_gen_syndrome()
242 P(blocks, disks) = pq_scribble_page; in async_gen_syndrome()
318 if (!P(blocks, disks)) { in async_syndrome_val()
322 pq[0] = dma_map_page(dev, P(blocks, disks), in async_syndrome_val()
357 struct page *p_src = P(blocks, disks); in async_syndrome_val()
392 P(blocks, disks) = NULL; in async_syndrome_val()
403 P(blocks, disks) = p_src; in async_syndrome_val()