Searched refs:ib_ipath_max_cqes (Results 1 – 3 of 3) sorted by relevance
215 if (entries < 1 || entries > ib_ipath_max_cqes) { in ipath_create_cq()385 if (cqe < 1 || cqe > ib_ipath_max_cqes) { in ipath_resize_cq()
921 extern unsigned int ib_ipath_max_cqes;
65 unsigned int ib_ipath_max_cqes = 0x2FFFF; variable66 module_param_named(max_cqes, ib_ipath_max_cqes, uint, S_IWUSR | S_IRUGO);1540 props->max_cqe = ib_ipath_max_cqes; in ipath_query_device()