Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_qp.c918 if (dev->n_qps_allocated == ib_ipath_max_qps) { in ipath_create_qp()
924 dev->n_qps_allocated++; in ipath_create_qp()
1002 dev->n_qps_allocated--; in ipath_destroy_qp()
Dipath_verbs.h568 u32 n_qps_allocated; /* number of QPs allocated for device */ member
/linux-4.1.27/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.h780 u32 n_qps_allocated; /* number of QPs allocated for device */ member