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