Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/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()
792 if (++sge->m >= sge->mr->mapsz) in update_sge()
Dipath_ud.c202 if (++sge->m >= sge->mr->mapsz) in ipath_ud_loopback()
Dipath_verbs.h250 u32 mapsz; /* size of the map array */ member
Dipath_ruc.c417 if (++sge->m >= sge->mr->mapsz) in ipath_ruc_loopback()
Dipath_sdma.c767 if (++sge->m >= sge->mr->mapsz) in ipath_sdma_verbs_send()
/linux-4.1.27/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()
747 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_verbs.h306 u32 mapsz; /* size of the map array */ member
Dqib_ruc.c533 if (++sge->m >= sge->mr->mapsz) in qib_ruc_loopback()