Home
last modified time | relevance | path

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

/openbmc/linux/include/rdma/
H A Drdmavt_mr.h40 u32 mapsz; /* size of the map array */ member
129 if (++sge->m >= sge->mr->mapsz) in rvt_update_sge()
/openbmc/qemu/hw/acpi/
H A Derst.c393 unsigned mapsz, headersz; in make_erst_storage_header() local
401 mapsz = s->storage_size / s->default_record_size; in make_erst_storage_header()
402 mapsz *= sizeof(uint64_t); in make_erst_storage_header()
404 headersz = sizeof(ERSTStorageHeader) + mapsz; in make_erst_storage_header()
/openbmc/linux/drivers/infiniband/sw/rdmavt/
H A Dmr.c77 int i = mr->mapsz; in rvt_deinit_mregion()
79 mr->mapsz = 0; in rvt_deinit_mregion()
99 mr->mapsz = 0; in rvt_init_mregion()
106 mr->mapsz++; in rvt_init_mregion()
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_ud.c187 if (++sge->m >= sge->mr->mapsz) in qib_ud_loopback()
H A Dqib_verbs.c162 if (++sge.m >= sge.mr->mapsz) in qib_count_sge()
195 if (++sge->m >= sge->mr->mapsz) in qib_copy_from_sge()