Searched refs:ib_ipath_max_qps (Results 1 – 3 of 3) sorted by relevance
79 unsigned int ib_ipath_max_qps = 16384; variable80 module_param_named(max_qps, ib_ipath_max_qps, uint, S_IWUSR | S_IRUGO);1518 props->max_qp = ib_ipath_max_qps; in ipath_query_device()
918 extern unsigned int ib_ipath_max_qps;
918 if (dev->n_qps_allocated == ib_ipath_max_qps) { in ipath_create_qp()