Lines Matching refs:Q
27 #define Q(b, d) (b[d-1]) macro
187 BUG_ON(disks > MAX_DISKS || !(P(blocks, disks) || Q(blocks, disks))); in async_gen_syndrome()
235 if (Q(blocks, disks)) in async_gen_syndrome()
236 unmap->addr[j++] = dma_map_page(device->dev, Q(blocks, disks), in async_gen_syndrome()
237 Q(offsets, disks), in async_gen_syndrome()
261 if (!Q(blocks, disks)) { in async_gen_syndrome()
262 Q(blocks, disks) = pq_scribble_page; in async_gen_syndrome()
263 Q(offsets, disks) = 0; in async_gen_syndrome()
345 if (!Q(blocks, disks)) { in async_syndrome_val()
349 pq[1] = dma_map_page(dev, Q(blocks, disks), in async_syndrome_val()
350 Q(offsets, disks), len, in async_syndrome_val()
376 struct page *q_src = Q(blocks, disks); in async_syndrome_val()
377 unsigned int q_off = Q(offsets, disks); in async_syndrome_val()
413 Q(blocks, disks) = spare; in async_syndrome_val()
414 Q(offsets, disks) = s_off; in async_syndrome_val()
427 Q(blocks, disks) = q_src; in async_syndrome_val()
428 Q(offsets, disks) = q_off; in async_syndrome_val()