Searched refs:ib_ipath_max_qps (Results 1 - 3 of 3) sorted by relevance

/drivers/infiniband/hw/ipath/
H A Dipath_verbs.c79 unsigned int ib_ipath_max_qps = 16384; variable
80 module_param_named(max_qps, ib_ipath_max_qps, uint, S_IWUSR | S_IRUGO);
1518 props->max_qp = ib_ipath_max_qps;
H A Dipath_qp.c918 if (dev->n_qps_allocated == ib_ipath_max_qps) {
H A Dipath_verbs.h918 extern unsigned int ib_ipath_max_qps;

Completed in 15 milliseconds