Searched refs:ib_ipath_max_cqs (Results 1 - 3 of 3) sorted by relevance

/drivers/infiniband/hw/ipath/
H A Dipath_cq.c263 if (dev->n_cqs_allocated == ib_ipath_max_cqs) {
H A Dipath_verbs.c70 unsigned int ib_ipath_max_cqs = 0x1FFFF; variable
71 module_param_named(max_cqs, ib_ipath_max_cqs, uint, S_IWUSR | S_IRUGO);
1521 props->max_cq = ib_ipath_max_cqs;
H A Dipath_verbs.h914 extern unsigned int ib_ipath_max_cqs;

Completed in 106 milliseconds