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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 123 milliseconds