Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_cq.c263 if (dev->n_cqs_allocated == ib_ipath_max_cqs) { in ipath_create_cq()
269 dev->n_cqs_allocated++; in ipath_create_cq()
321 dev->n_cqs_allocated--; in ipath_destroy_cq()
Dipath_verbs.h566 u32 n_cqs_allocated; /* number of CQs allocated for device */ member
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_cq.c278 if (dev->n_cqs_allocated == ib_qib_max_cqs) { in qib_create_cq()
284 dev->n_cqs_allocated++; in qib_create_cq()
337 dev->n_cqs_allocated--; in qib_destroy_cq()
Dqib_verbs.h778 u32 n_cqs_allocated; /* number of CQs allocated for device */ member