Lines Matching defs:sge
119 struct ib_sge *sge, int id)
127 sge[i].addr = rx->rx_ring[id].mapping[i];
330 struct ib_sge *sge)
336 sge[i].lkey = priv->pd->local_dma_lkey;
338 sge[0].length = IPOIB_CM_HEAD_SIZE;
340 sge[i].length = PAGE_SIZE;
343 wr->sg_list = sge;
353 struct ib_sge sge[IPOIB_CM_RX_SG];
369 ipoib_cm_init_rx_wr(dev, &t->wr, t->sge);
391 ret = ipoib_cm_post_receive_nonsrq(dev, rx, &t->wr, t->sge, i);