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

/drivers/infiniband/hw/ipath/
H A 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;
1722 if (dev->n_pds_allocated == ib_ipath_max_pds) {

Completed in 41 milliseconds