Searched refs:mmap_sq_db_index (Results 1 - 6 of 6) 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_user.h108 __u32 mmap_sq_db_index; member in struct:nes_create_qp_resp
H A Dnes_verbs.h154 u32 mmap_sq_db_index; member in struct:nes_qp
H A Dnes_verbs.c1223 nesqp->mmap_sq_db_index =
1228 if (nesqp->mmap_sq_db_index >= NES_MAX_USER_WQ_REGIONS) {
1240 set_bit(nesqp->mmap_sq_db_index, nes_ucontext->allocated_wqs);
1241 nes_ucontext->mmap_nesqp[nesqp->mmap_sq_db_index] = nesqp;
1242 nes_ucontext->first_free_wq = nesqp->mmap_sq_db_index + 1;
1391 uresp.mmap_sq_db_index = nesqp->mmap_sq_db_index;
1504 clear_bit(nesqp->mmap_sq_db_index, nes_ucontext->allocated_wqs);
1505 nes_ucontext->mmap_nesqp[nesqp->mmap_sq_db_index] = NULL;
1506 if (nes_ucontext->first_free_wq > nesqp->mmap_sq_db_index) {
[all...]
/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_user.h108 __u32 mmap_sq_db_index; member in struct:nes_create_qp_resp
H A Dnes_verbs.h154 u32 mmap_sq_db_index; member in struct:nes_qp
H A Dnes_verbs.c1223 nesqp->mmap_sq_db_index =
1228 if (nesqp->mmap_sq_db_index >= NES_MAX_USER_WQ_REGIONS) {
1240 set_bit(nesqp->mmap_sq_db_index, nes_ucontext->allocated_wqs);
1241 nes_ucontext->mmap_nesqp[nesqp->mmap_sq_db_index] = nesqp;
1242 nes_ucontext->first_free_wq = nesqp->mmap_sq_db_index + 1;
1391 uresp.mmap_sq_db_index = nesqp->mmap_sq_db_index;
1504 clear_bit(nesqp->mmap_sq_db_index, nes_ucontext->allocated_wqs);
1505 nes_ucontext->mmap_nesqp[nesqp->mmap_sq_db_index] = NULL;
1506 if (nes_ucontext->first_free_wq > nesqp->mmap_sq_db_index) {
[all...]

Completed in 70 milliseconds