Searched refs:i_mr (Results 1 - 6 of 6) sorted by relevance

/net/rds/
H A Diw.h111 struct ib_mr *i_mr; member in struct:rds_iw_connection
267 return ic->i_dma_local_lkey ? ic->i_cm_id->device->local_dma_lkey : ic->i_mr->lkey;
H A Dib_cm.c292 ic->i_mr = rds_ibdev->mr;
396 rdsdebug("conn %p pd %p mr %p cq %p %p\n", conn, ic->i_pd, ic->i_mr,
699 ic->i_mr = NULL;
H A Diw_cm.c269 ic->i_mr = rds_iwdev->mr;
341 rdsdebug("conn %p pd %p mr %p cq %p %p\n", conn, ic->i_pd, ic->i_mr,
648 ic->i_mr = NULL;
H A Dib_send.c239 sge->lkey = ic->i_mr->lkey;
241 send->s_sge[1].lkey = ic->i_mr->lkey;
845 send->s_sge[0].lkey = ic->i_mr->lkey;
959 send->s_sge[j].lkey = ic->i_mr->lkey;
H A Dib.h103 struct ib_mr *i_mr; member in struct:rds_ib_connection
H A Dib_recv.c65 sge->lkey = ic->i_mr->lkey;
70 sge->lkey = ic->i_mr->lkey;
538 sge->lkey = ic->i_mr->lkey;

Completed in 25 milliseconds