Searched refs:s_sge (Results 1 – 2 of 2) sorted by relevance
201 send->s_wr.sg_list = send->s_sge; in rds_ib_send_init_ring()204 sge = &send->s_sge[0]; in rds_ib_send_init_ring()210 send->s_sge[1].lkey = ic->i_pd->local_dma_lkey; in rds_ib_send_init_ring()636 send->s_sge[0].addr = ic->i_send_hdrs_dma[pos]; in rds_ib_xmit()638 send->s_sge[0].length = sizeof(struct rds_header); in rds_ib_xmit()639 send->s_sge[0].lkey = ic->i_pd->local_dma_lkey; in rds_ib_xmit()656 send->s_sge[1].addr = sg_dma_address(scat); in rds_ib_xmit()657 send->s_sge[1].addr += rm->data.op_dmaoff; in rds_ib_xmit()658 send->s_sge[1].length = len; in rds_ib_xmit()659 send->s_sge[1].lkey = ic->i_pd->local_dma_lkey; in rds_ib_xmit()[all …]
108 struct ib_sge s_sge[RDS_IB_MAX_SGE]; member