Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_init_chip.c250 dd->ipath_cfgports = dd->ipath_portcnt; in init_chip_first()
251 else if (ipath_cfgports <= dd->ipath_portcnt) { in init_chip_first()
257 dd->ipath_cfgports = dd->ipath_portcnt; in init_chip_first()
267 dd->ipath_pd = kcalloc(dd->ipath_portcnt, sizeof(*dd->ipath_pd), in init_chip_first()
354 for (i = 0; i < dd->ipath_portcnt; i++) { in init_chip_reset()
Dipath_iba6110.c1613 for (val32 = 0; val32 < dd->ipath_portcnt; val32++) in ipath_ht_early_init()
1705 dd->ipath_portcnt = in ipath_ht_config_ports()
Dipath_kernel.h619 u32 ipath_portcnt; member
Dipath_driver.c734 for (port = 0; port < dd->ipath_portcnt; port++) { in cleanup_device()
2231 if (port < dd->ipath_portcnt && in ipath_write_kreg_port()