Home
last modified time | relevance | path

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

/linux/include/rdma/
H A Drdmavt_qp.h473 #define RVT_BITS_PER_PAGE_MASK (RVT_BITS_PER_PAGE - 1) macro
/linux/drivers/infiniband/sw/rdmavt/
H A Dqp.c310 offset = rdi->dparms.qpn_res_start & RVT_BITS_PER_PAGE_MASK; in init_qpn_table()
519 offset = qpn & RVT_BITS_PER_PAGE_MASK; in alloc_qpn()
954 clear_bit(qpn & RVT_BITS_PER_PAGE_MASK, map->page); in rvt_free_qpn()