Searched refs:NES_MAX_USER_WQ_REGIONS (Results 1 – 2 of 2) sorted by relevance
41 #define NES_MAX_USER_WQ_REGIONS 4096 macro56 unsigned long allocated_wqs[BITS_TO_LONGS(NES_MAX_USER_WQ_REGIONS)];57 struct nes_qp *mmap_nesqp[NES_MAX_USER_WQ_REGIONS];
1227 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()