Home
last modified time | relevance | path

Searched refs:hfi1_max_pds (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dverbs.c74 static unsigned int hfi1_max_pds = 0xFFFF; variable
75 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()