Lines Matching refs:ipath_cfgports
53 static ushort ipath_cfgports; variable
55 module_param_named(cfgports, ipath_cfgports, ushort, S_IRUGO);
248 dd->ipath_f_config_ports(dd, ipath_cfgports); in init_chip_first()
249 if (!ipath_cfgports) in init_chip_first()
250 dd->ipath_cfgports = dd->ipath_portcnt; in init_chip_first()
251 else if (ipath_cfgports <= dd->ipath_portcnt) { in init_chip_first()
252 dd->ipath_cfgports = ipath_cfgports; in init_chip_first()
254 dd->ipath_cfgports, ipath_read_kreg32(dd, in init_chip_first()
257 dd->ipath_cfgports = dd->ipath_portcnt; in init_chip_first()
259 "only supports %u\n", ipath_cfgports, in init_chip_first()
447 pages = vzalloc(dd->ipath_cfgports * dd->ipath_rcvtidcnt * in init_shadow_tids()
456 addrs = vmalloc(dd->ipath_cfgports * dd->ipath_rcvtidcnt * in init_shadow_tids()
744 uports = dd->ipath_cfgports ? dd->ipath_cfgports - 1 : 0; in ipath_init_chip()
1003 if (dd->ipath_cfgports > ipath_stats.sps_nports) in ipath_init_chip()
1012 ipath_stats.sps_nports = dd->ipath_cfgports; in ipath_init_chip()
1044 (dd->ipath_cfgports * in ipath_set_kpiobufs()
1051 val, dd->ipath_cfgports - 1, in ipath_set_kpiobufs()