Lines Matching refs:buf_prd
787 struct mvs_prd *buf_prd = prd;
791 buf_prd->addr = cpu_to_le64(sg_dma_address(sg));
793 buf_prd->im_len = cpu_to_le32(*(u32 *)&im_len);
794 buf_prd++;
990 struct mvs_prd *buf_prd = prd;
995 buf_prd += from;
1005 for (i = from; i < MAX_SG_ENTRY; i++, ++buf_prd) {
1007 buf_prd->addr = cpu_to_le64(virt_to_phys(buf_prd - 1));
1011 buf_prd->addr = cpu_to_le64(buf_dma);
1014 buf_prd->im_len = cpu_to_le32(*(u32 *)&im_len);