qp_refcnt         499 drivers/infiniband/hw/cxgb4/iw_cxgb4.h 	refcount_t qp_refcnt;
qp_refcnt         895 drivers/infiniband/hw/cxgb4/qp.c 	refcount_inc(&to_c4iw_qp(qp)->qp_refcnt);
qp_refcnt         901 drivers/infiniband/hw/cxgb4/qp.c 	if (refcount_dec_and_test(&to_c4iw_qp(qp)->qp_refcnt))
qp_refcnt        2218 drivers/infiniband/hw/cxgb4/qp.c 	refcount_set(&qhp->qp_refcnt, 1);