Searched refs:hfi1_max_cqes (Results 1 – 3 of 3) sorted by relevance
247 if (entries < 1 || entries > hfi1_max_cqes) in hfi1_create_cq()414 if (cqe < 1 || cqe > hfi1_max_cqes) { in hfi1_resize_cq()
83 unsigned int hfi1_max_cqes = 0x2FFFF; variable84 module_param_named(max_cqes, hfi1_max_cqes, uint, S_IRUGO);1404 props->max_cqe = hfi1_max_cqes; in query_device()
1124 extern unsigned int hfi1_max_cqes;