Searched refs:allocated_wqs (Results 1 - 2 of 2) sorted by last modified time

/drivers/infiniband/hw/nes/
H A Dnes_verbs.c729 if (!test_bit(index, nes_ucontext->allocated_wqs)) {
1221 find_next_zero_bit(nes_ucontext->allocated_wqs,
1237 set_bit(nesqp->mmap_sq_db_index, nes_ucontext->allocated_wqs);
1504 clear_bit(nesqp->mmap_sq_db_index, nes_ucontext->allocated_wqs);
H A Dnes_verbs.h56 unsigned long allocated_wqs[BITS_TO_LONGS(NES_MAX_USER_WQ_REGIONS)]; member in struct:nes_ucontext

Completed in 103 milliseconds