Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/qib/
Dqib_qp.c157 offset = qpn & RVT_BITS_PER_PAGE_MASK; in qib_alloc_qpn()
/Linux-v5.4/include/rdma/
Drdmavt_qp.h468 #define RVT_BITS_PER_PAGE_MASK (RVT_BITS_PER_PAGE - 1) macro
/Linux-v5.4/drivers/infiniband/sw/rdmavt/
Dqp.c351 offset = rdi->dparms.qpn_res_start & RVT_BITS_PER_PAGE_MASK; in init_qpn_table()
556 offset = qpn & RVT_BITS_PER_PAGE_MASK; in alloc_qpn()
968 clear_bit(qpn & RVT_BITS_PER_PAGE_MASK, map->page); in rvt_free_qpn()