Lines Matching defs:prq
1178 struct efc_hw_rq_buffer *prq;
1189 for (i = 0, prq = rq_buf; i < count; i ++, prq++) {
1190 prq->rqindex = rqindex;
1191 prq->dma.size = size;
1192 prq->dma.virt = dma_alloc_coherent(&efct->pci->dev,
1193 prq->dma.size,
1194 &prq->dma.phys,
1196 if (!prq->dma.virt) {
1212 struct efc_hw_rq_buffer *prq;
1215 for (i = 0, prq = rq_buf; i < count; i++, prq++) {
1217 prq->dma.size, prq->dma.virt,
1218 prq->dma.phys);
1219 memset(&prq->dma, 0, sizeof(struct efc_dma));