Home
last modified time | relevance | path

Searched refs:QPN_MAX (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/rdma/hfi1/
Dqp.h57 #define QPN_MAX (1 << 24) macro
58 #define QPNMAP_ENTRIES (QPN_MAX / PAGE_SIZE / BITS_PER_BYTE)
Dqp.c163 if (qpn >= QPN_MAX) in alloc_qpn()
187 } while (offset < BITS_PER_PAGE && qpn < QPN_MAX); in alloc_qpn()
/drivers/staging/rdma/ipath/
Dipath_verbs.h49 #define QPN_MAX (1 << 24) macro
50 #define QPNMAP_ENTRIES (QPN_MAX / PAGE_SIZE / BITS_PER_BYTE)
Dipath_qp.c132 if (qpn >= QPN_MAX) in alloc_qpn()
161 } while (offset < BITS_PER_PAGE && qpn < QPN_MAX); in alloc_qpn()
/drivers/infiniband/hw/qib/
Dqib_verbs.h57 #define QPN_MAX (1 << 24) macro
58 #define QPNMAP_ENTRIES (QPN_MAX / PAGE_SIZE / BITS_PER_BYTE)
Dqib_qp.c146 if (qpn >= QPN_MAX) in alloc_qpn()
176 } while (offset < RVT_BITS_PER_PAGE && qpn < QPN_MAX); in alloc_qpn()