Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
Dcq.c263 if (rdi->n_cqs_allocated == rdi->dparms.props.max_cq) { in rvt_create_cq()
269 rdi->n_cqs_allocated++; in rvt_create_cq()
325 rdi->n_cqs_allocated--; in rvt_destroy_cq()
/kernel/linux/linux-5.10/include/rdma/
Drdma_vt.h420 u32 n_cqs_allocated; /* number of CQs allocated for device */ member