Home
last modified time | relevance | path

Searched refs:n_qps_allocated (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/rdma/
H A Drdma_vt.h408 u32 n_qps_allocated; /* number of QPs allocated for device */ member
/kernel/linux/linux-6.6/include/rdma/
H A Drdma_vt.h408 u32 n_qps_allocated; /* number of QPs allocated for device */ member
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H A Dqp.c1273 if (rdi->n_qps_allocated == rdi->dparms.props.max_qp) { in rvt_create_qp()
1279 rdi->n_qps_allocated++; in rvt_create_qp()
1741 rdi->n_qps_allocated--; in rvt_destroy_qp()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H A Dqp.c1222 if (rdi->n_qps_allocated == rdi->dparms.props.max_qp) { in rvt_create_qp()
1228 rdi->n_qps_allocated++; in rvt_create_qp()
1689 rdi->n_qps_allocated--; in rvt_destroy_qp()

Completed in 9 milliseconds