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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_verbs.c55 static unsigned int ib_ipath_max_pds = 0xFFFF; variable
56 module_param_named(max_pds, ib_ipath_max_pds, uint, S_IWUSR | S_IRUGO);
1520 props->max_pd = ib_ipath_max_pds;
1715 if (dev->n_pds_allocated == ib_ipath_max_pds) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_verbs.c55 static unsigned int ib_ipath_max_pds = 0xFFFF; variable
56 module_param_named(max_pds, ib_ipath_max_pds, uint, S_IWUSR | S_IRUGO);
1520 props->max_pd = ib_ipath_max_pds;
1715 if (dev->n_pds_allocated == ib_ipath_max_pds) {

Completed in 99 milliseconds