Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_cq.c268 if (dev->n_cqs_allocated == ib_ipath_max_cqs) { in ipath_create_cq()
274 dev->n_cqs_allocated++; in ipath_create_cq()
326 dev->n_cqs_allocated--; in ipath_destroy_cq()
Dipath_verbs.h572 u32 n_cqs_allocated; /* number of CQs allocated for device */ member
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_cq.c283 if (dev->n_cqs_allocated == ib_qib_max_cqs) { in qib_create_cq()
289 dev->n_cqs_allocated++; in qib_create_cq()
342 dev->n_cqs_allocated--; in qib_destroy_cq()
Dqib_verbs.h786 u32 n_cqs_allocated; /* number of CQs allocated for device */ member
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dcq.c296 if (dev->n_cqs_allocated == hfi1_max_cqs) { in hfi1_create_cq()
302 dev->n_cqs_allocated++; in hfi1_create_cq()
355 dev->n_cqs_allocated--; in hfi1_destroy_cq()
Dverbs.h768 u32 n_cqs_allocated; /* number of CQs allocated for device */ member