Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_qp.c157 offset = qpn & RVT_BITS_PER_PAGE_MASK; in qib_alloc_qpn()
/openbmc/linux/include/rdma/
H A Drdmavt_qp.h472 #define RVT_BITS_PER_PAGE_MASK (RVT_BITS_PER_PAGE - 1) macro
/openbmc/linux/drivers/infiniband/sw/rdmavt/
H A Dqp.c312 offset = rdi->dparms.qpn_res_start & RVT_BITS_PER_PAGE_MASK; in init_qpn_table()
520 offset = qpn & RVT_BITS_PER_PAGE_MASK; in alloc_qpn()
957 clear_bit(qpn & RVT_BITS_PER_PAGE_MASK, map->page); in rvt_free_qpn()