Lines Matching refs:s_sge
233 send->s_wr.sg_list = send->s_sge; in rds_ib_send_init_ring()
236 sge = &send->s_sge[0]; in rds_ib_send_init_ring()
241 send->s_sge[1].lkey = ic->i_mr->lkey; in rds_ib_send_init_ring()
674 send->s_sge[0].addr = ic->i_send_hdrs_dma in rds_ib_xmit()
676 send->s_sge[0].length = sizeof(struct rds_header); in rds_ib_xmit()
686 send->s_sge[1].addr = ib_sg_dma_address(dev, scat) + off; in rds_ib_xmit()
687 send->s_sge[1].length = len; in rds_ib_xmit()
843 send->s_sge[0].addr = ib_sg_dma_address(ic->i_cm_id->device, op->op_sg); in rds_ib_xmit_atomic()
844 send->s_sge[0].length = ib_sg_dma_len(ic->i_cm_id->device, op->op_sg); in rds_ib_xmit_atomic()
845 send->s_sge[0].lkey = ic->i_mr->lkey; in rds_ib_xmit_atomic()
848 send->s_sge[0].addr, send->s_sge[0].length); in rds_ib_xmit_atomic()
956 send->s_sge[j].addr = in rds_ib_xmit_rdma()
958 send->s_sge[j].length = len; in rds_ib_xmit_rdma()
959 send->s_sge[j].lkey = ic->i_mr->lkey; in rds_ib_xmit_rdma()