Home
last modified time | relevance | path

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

/drivers/infiniband/hw/qib/
Dqib_cq.c270 if (dev->n_cqs_allocated == ib_qib_max_cqs) { in qib_create_cq()
276 dev->n_cqs_allocated++; in qib_create_cq()
328 dev->n_cqs_allocated--; in qib_destroy_cq()
Dqib_verbs.h763 u32 n_cqs_allocated; /* number of CQs allocated for device */ member
/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