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