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

/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.h194 uint32_t active_qp_cnt; member in struct:uverbs_upd_uobj
220 uint32_t active_qp_cnt; member in struct:uverbs_ucq_uobj
234 uint32_t active_qp_cnt; member in struct:uverbs_usrq_uobj
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_qp.c480 /* Bump up the active_qp_cnt for CQ, SRQ & PD resources it is using */
481 upd->active_qp_cnt++;
482 uscq->active_qp_cnt++;
484 urcq->active_qp_cnt++;
486 usrq->active_qp_cnt++;
609 upd->active_qp_cnt--;
610 uscq->active_qp_cnt--;
612 urcq->active_qp_cnt--;
614 usrq->active_qp_cnt--;
687 /* Decrement active_qp_cnt fo
[all...]
H A Dsol_uverbs.c1046 if (ucq->active_qp_cnt) {
1080 if (usrq->active_qp_cnt) {
1124 if (upd->active_qp_cnt) {
1621 if (upd->active_qp_cnt) {
H A Dsol_uverbs_comp.c460 if (ucq->active_qp_cnt) {

Completed in 59 milliseconds