Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_verbs.h49 #define QPN_MAX (1 << 24) macro
50 #define QPNMAP_ENTRIES (QPN_MAX / PAGE_SIZE / BITS_PER_BYTE)
Dipath_qp.c133 if (qpn >= QPN_MAX) in alloc_qpn()
162 } while (offset < BITS_PER_PAGE && qpn < QPN_MAX); in alloc_qpn()
/linux-4.1.27/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 < BITS_PER_PAGE && qpn < QPN_MAX); in alloc_qpn()