Searched refs:allocated_wqs (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.h56 unsigned long allocated_wqs[BITS_TO_LONGS(NES_MAX_USER_WQ_REGIONS)]; member in struct:nes_ucontext
H A Dnes_verbs.c734 if (!test_bit(index, nes_ucontext->allocated_wqs)) {
1224 find_next_zero_bit(nes_ucontext->allocated_wqs,
1240 set_bit(nesqp->mmap_sq_db_index, nes_ucontext->allocated_wqs);
1504 clear_bit(nesqp->mmap_sq_db_index, nes_ucontext->allocated_wqs);

Completed in 64 milliseconds