Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/infiniband/hw/nes/
Dnes_verbs.h41 #define NES_MAX_USER_WQ_REGIONS 4096 macro
56 unsigned long allocated_wqs[BITS_TO_LONGS(NES_MAX_USER_WQ_REGIONS)];
57 struct nes_qp *mmap_nesqp[NES_MAX_USER_WQ_REGIONS];
Dnes_verbs.c1227 NES_MAX_USER_WQ_REGIONS, nes_ucontext->first_free_wq); in nes_create_qp()
1230 if (nesqp->mmap_sq_db_index >= NES_MAX_USER_WQ_REGIONS) { in nes_create_qp()