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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Diw.h110 struct ib_mr *i_mr; member in struct:rds_iw_connection
266 return ic->i_dma_local_lkey ? ic->i_cm_id->device->local_dma_lkey : ic->i_mr->lkey;
H A Dib_send.c147 sge->lkey = ic->i_mr->lkey;
152 sge->lkey = ic->i_mr->lkey;
437 sge->lkey = ic->i_mr->lkey;
449 sge->lkey = ic->i_mr->lkey;
827 send->s_sge[j].lkey = ic->i_mr->lkey;
H A Dib_cm.c246 ic->i_mr = rds_ibdev->mr;
345 rdsdebug("conn %p pd %p mr %p cq %p %p\n", conn, ic->i_pd, ic->i_mr,
640 ic->i_mr = NULL;
H A Diw_cm.c268 ic->i_mr = rds_iwdev->mr;
336 rdsdebug("conn %p pd %p mr %p cq %p %p\n", conn, ic->i_pd, ic->i_mr,
643 ic->i_mr = NULL;
H A Dib.h89 struct ib_mr *i_mr; member in struct:rds_ib_connection
H A Dib_recv.c101 sge->lkey = ic->i_mr->lkey;
106 sge->lkey = ic->i_mr->lkey;
367 sge->lkey = ic->i_mr->lkey;

Completed in 73 milliseconds