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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A 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];
H A Dnes_verbs.c1225 NES_MAX_USER_WQ_REGIONS, nes_ucontext->first_free_wq);
1228 if (nesqp->mmap_sq_db_index >= NES_MAX_USER_WQ_REGIONS) {

Completed in 84 milliseconds