Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/sw/rdmavt/
Dcq.c250 if (rdi->n_cqs_allocated == rdi->dparms.props.max_cq) { in rvt_create_cq()
256 rdi->n_cqs_allocated++; in rvt_create_cq()
314 rdi->n_cqs_allocated--; in rvt_destroy_cq()
/Linux-v4.19/include/rdma/
Drdma_vt.h407 u32 n_cqs_allocated; /* number of CQs allocated for device */ member