Lines Matching refs:s_sge
205 send->s_wr.sg_list = send->s_sge; in rds_ib_send_init_ring()
208 sge = &send->s_sge[0]; in rds_ib_send_init_ring()
213 send->s_sge[1].lkey = ic->i_pd->local_dma_lkey; in rds_ib_send_init_ring()
638 send->s_sge[0].addr = ic->i_send_hdrs_dma in rds_ib_xmit()
640 send->s_sge[0].length = sizeof(struct rds_header); in rds_ib_xmit()
651 send->s_sge[1].addr = ib_sg_dma_address(dev, scat); in rds_ib_xmit()
652 send->s_sge[1].addr += rm->data.op_dmaoff; in rds_ib_xmit()
653 send->s_sge[1].length = len; in rds_ib_xmit()
811 send->s_sge[0].addr = ib_sg_dma_address(ic->i_cm_id->device, op->op_sg); in rds_ib_xmit_atomic()
812 send->s_sge[0].length = ib_sg_dma_len(ic->i_cm_id->device, op->op_sg); in rds_ib_xmit_atomic()
813 send->s_sge[0].lkey = ic->i_pd->local_dma_lkey; in rds_ib_xmit_atomic()
816 send->s_sge[0].addr, send->s_sge[0].length); in rds_ib_xmit_atomic()
925 send->s_sge[j].addr = in rds_ib_xmit_rdma()
927 send->s_sge[j].length = len; in rds_ib_xmit_rdma()
928 send->s_sge[j].lkey = ic->i_pd->local_dma_lkey; in rds_ib_xmit_rdma()