Lines Matching defs:num_phys
63 int num_phys;
70 .num_phys = 3,
77 .num_phys = 2,
84 .num_phys = 3,
91 .num_phys = 3,
98 .num_phys = 4,
105 .num_phys = 2,
112 .num_phys = 3,
119 .num_phys = 4,
126 .num_phys = 2,
276 sc->reg = malloc(sizeof(*(sc->reg)) * sc->phy_conf->num_phys, M_DEVBUF,
278 sc->pmu = malloc(sizeof(*(sc->pmu)) * sc->phy_conf->num_phys, M_DEVBUF,
281 for (off = 0; off < sc->phy_conf->num_phys; off++) {
354 if (phy < 0 || phy >= sc->phy_conf->num_phys)
497 for (i = 0; i < sc->phy_conf->num_phys; i++) {