Searched refs:hfi1_max_pds (Results 1 – 1 of 1) sorted by relevance
74 static unsigned int hfi1_max_pds = 0xFFFF; variable75 module_param_named(max_pds, hfi1_max_pds, uint, S_IRUGO);1408 props->max_pd = hfi1_max_pds; in query_device()1628 if (dev->n_pds_allocated == hfi1_max_pds) { in alloc_pd()