Home
last modified time | relevance | path

Searched refs:n_qps_allocated (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_qp.c917 if (dev->n_qps_allocated == ib_ipath_max_qps) { in ipath_create_qp()
923 dev->n_qps_allocated++; in ipath_create_qp()
1001 dev->n_qps_allocated--; in ipath_destroy_qp()
Dipath_verbs.h574 u32 n_qps_allocated; /* number of QPs allocated for device */ member
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_qp.c1165 if (dev->n_qps_allocated == ib_qib_max_qps) { in qib_create_qp()
1171 dev->n_qps_allocated++; in qib_create_qp()
1238 dev->n_qps_allocated--; in qib_destroy_qp()
Dqib_verbs.h788 u32 n_qps_allocated; /* number of QPs allocated for device */ member
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dqp.c1183 if (dev->n_qps_allocated == hfi1_max_qps) { in hfi1_create_qp()
1189 dev->n_qps_allocated++; in hfi1_create_qp()
1279 dev->n_qps_allocated--; in hfi1_destroy_qp()
Dverbs.h770 u32 n_qps_allocated; /* number of QPs allocated for device */ member