Lines Matching refs:dma_cont
390 /* returns error code for failure, 0 if enough pages alloc'd, 1 if dma_cont is needed */
479 /* returns error code for failure, 0 if everything was encoded, 1 if dma_cont is needed */
1242 struct wire_trans_dma_xfer_cont *dma_cont = NULL;
1259 /* dma_cont should be the only transaction if present */
1261 dma_cont = (struct wire_trans_dma_xfer_cont *)rsp->data;
1262 if (le32_to_cpu(dma_cont->hdr.type) != QAIC_TRANS_DMA_XFER_CONT)
1263 dma_cont = NULL;
1265 if (dma_cont) {
1266 if (le32_to_cpu(dma_cont->dma_chunk_id) == resources.dma_chunk_id &&
1267 le64_to_cpu(dma_cont->xferred_size) == resources.xferred_dma_size) {