Home
last modified time | relevance | path

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

/linux-2.6.39/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-2.6.39/drivers/infiniband/hw/qib/
Dqib_verbs.h55 #define QPN_MAX (1 << 24) macro
56 #define QPNMAP_ENTRIES (QPN_MAX / PAGE_SIZE / BITS_PER_BYTE)
Dqib_qp.c141 if (qpn >= QPN_MAX) in alloc_qpn()
171 } while (offset < BITS_PER_PAGE && qpn < QPN_MAX); in alloc_qpn()