Searched refs:ib_ipath_max_pds (Results 1 – 1 of 1) sorted by relevance
56 static unsigned int ib_ipath_max_pds = 0xFFFF; variable57 module_param_named(max_pds, ib_ipath_max_pds, uint, S_IWUSR | S_IRUGO);1527 props->max_pd = ib_ipath_max_pds; in ipath_query_device()1722 if (dev->n_pds_allocated == ib_ipath_max_pds) { in ipath_alloc_pd()