Lines Matching refs:s_sge
201 send->s_wr.sg_list = send->s_sge;
204 sge = &send->s_sge[0];
210 send->s_sge[1].lkey = ic->i_pd->local_dma_lkey;
636 send->s_sge[0].addr = ic->i_send_hdrs_dma[pos];
638 send->s_sge[0].length = sizeof(struct rds_header);
639 send->s_sge[0].lkey = ic->i_pd->local_dma_lkey;
656 send->s_sge[1].addr = sg_dma_address(scat);
657 send->s_sge[1].addr += rm->data.op_dmaoff;
658 send->s_sge[1].length = len;
659 send->s_sge[1].lkey = ic->i_pd->local_dma_lkey;
821 send->s_sge[0].addr = sg_dma_address(op->op_sg);
822 send->s_sge[0].length = sg_dma_len(op->op_sg);
823 send->s_sge[0].lkey = ic->i_pd->local_dma_lkey;
826 send->s_sge[0].addr, send->s_sge[0].length);
947 send->s_sge[j].addr = sg_dma_address(scat);
948 send->s_sge[j].lkey = ic->i_pd->local_dma_lkey;
950 send->s_sge[j].addr = odp_addr;
951 send->s_sge[j].lkey = odp_lkey;
953 send->s_sge[j].length = len;