Home
last modified time | relevance | path

Searched refs:RVT_BITS_PER_PAGE (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/qib/
Dqib_qp.c47 return (map - qpt->map) * RVT_BITS_PER_PAGE + off; in mk_qpn()
59 off = find_next_zero_bit(map->page, RVT_BITS_PER_PAGE, off); in find_next_offset()
158 map = &qpt->map[qpn / RVT_BITS_PER_PAGE]; in qib_alloc_qpn()
183 } while (offset < RVT_BITS_PER_PAGE && qpn < RVT_QPN_MAX); in qib_alloc_qpn()
/Linux-v5.4/include/rdma/
Drdmavt_qp.h467 #define RVT_BITS_PER_PAGE (PAGE_SIZE * BITS_PER_BYTE) macro
468 #define RVT_BITS_PER_PAGE_MASK (RVT_BITS_PER_PAGE - 1)
/Linux-v5.4/drivers/infiniband/sw/rdmavt/
Dqp.c348 qpt->nmaps = rdi->dparms.qpn_res_start / RVT_BITS_PER_PAGE; in init_qpn_table()
368 if (offset == RVT_BITS_PER_PAGE) { in init_qpn_table()
516 return (map - qpt->map) * RVT_BITS_PER_PAGE + off; in mk_qpn()
557 map = &qpt->map[qpn / RVT_BITS_PER_PAGE]; in alloc_qpn()
577 } while (offset < RVT_BITS_PER_PAGE && qpn < RVT_QPN_MAX); in alloc_qpn()
966 map = qpt->map + (qpn & RVT_QPN_MASK) / RVT_BITS_PER_PAGE; in rvt_free_qpn()