Home
last modified time | relevance | path

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

/drivers/infiniband/hw/ipath/
Dipath_verbs.h50 #define QPNMAP_ENTRIES (QPN_MAX / PAGE_SIZE / BITS_PER_BYTE) macro
519 struct qpn_map map[QPNMAP_ENTRIES];
Dipath_qp.c170 if (qpt->nmaps == QPNMAP_ENTRIES) in alloc_qpn()
/drivers/infiniband/hw/qib/
Dqib_verbs.h58 #define QPNMAP_ENTRIES (QPN_MAX / PAGE_SIZE / BITS_PER_BYTE) macro
647 struct qpn_map map[QPNMAP_ENTRIES];
Dqib_qp.c183 if (qpt->nmaps == QPNMAP_ENTRIES) in alloc_qpn()