Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/hw/ipath/
Dipath_verbs.c56 static unsigned int ib_ipath_max_pds = 0xFFFF; variable
57 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()