Home
last modified time | relevance | path

Searched refs:mapsz (Results 1 – 17 of 17) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_mr.c99 mr->mr.mapsz = m; in alloc_mr()
261 i = mr->mr.mapsz; in ipath_dereg_mr()
302 fmr->mr.mapsz = m; in ipath_alloc_fmr()
420 i = fmr->mr.mapsz; in ipath_dealloc_fmr()
Dipath_verbs.c192 if (++sge->m >= sge->mr->mapsz) in ipath_copy_sge()
231 if (++sge->m >= sge->mr->mapsz) in ipath_skip_sge()
278 if (++sge.m >= sge.mr->mapsz) in ipath_count_sge()
317 if (++sge->m >= sge->mr->mapsz) in ipath_copy_from_sge()
805 if (++sge->m >= sge->mr->mapsz) in update_sge()
Dipath_ud.c201 if (++sge->m >= sge->mr->mapsz) in ipath_ud_loopback()
Dipath_ruc.c416 if (++sge->m >= sge->mr->mapsz) in ipath_ruc_loopback()
Dipath_verbs.h250 u32 mapsz; /* size of the map array */ member
Dipath_sdma.c767 if (++sge->m >= sge->mr->mapsz) in ipath_sdma_verbs_send()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dmr.c79 mr->mapsz = m; in init_mregion()
96 int i = mr->mapsz; in deinit_mregion()
98 mr->mapsz = 0; in deinit_mregion()
Dverbs.c302 if (++sge->m >= sge->mr->mapsz) in hfi1_copy_sge()
343 if (++sge->m >= sge->mr->mapsz) in hfi1_skip_sge()
727 if (++sge->m >= sge->mr->mapsz) in update_sge()
Dverbs.h317 u32 mapsz; /* size of the map array */ member
Dud.c215 if (++sge->m >= sge->mr->mapsz) in ud_loopback()
Druc.c556 if (++sge->m >= sge->mr->mapsz) in ruc_loopback()
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_mr.c62 mr->mapsz = m; in init_qib_mregion()
79 int i = mr->mapsz; in deinit_qib_mregion()
81 mr->mapsz = 0; in deinit_qib_mregion()
Dqib_verbs.c192 if (++sge->m >= sge->mr->mapsz) in qib_copy_sge()
233 if (++sge->m >= sge->mr->mapsz) in qib_skip_sge()
280 if (++sge.m >= sge.mr->mapsz) in qib_count_sge()
318 if (++sge->m >= sge->mr->mapsz) in qib_copy_from_sge()
763 if (++sge->m >= sge->mr->mapsz) in update_sge()
Dqib_ud.c193 if (++sge->m >= sge->mr->mapsz) in qib_ud_loopback()
Dqib_sdma.c625 if (++sge->m >= sge->mr->mapsz) in qib_sdma_verbs_send()
Dqib_ruc.c534 if (++sge->m >= sge->mr->mapsz) in qib_ruc_loopback()
Dqib_verbs.h306 u32 mapsz; /* size of the map array */ member