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

/freebsd-11.0-release/sys/dev/etherswitch/ip17x/
H A Dip17x_var.h54 int *portphy; member in struct:ip17x_softc
H A Dip17x.c139 sc->portphy[port] = phy;
207 sc->portphy = malloc(sizeof(int) * sc->numports, M_IP17X,
259 free(sc->portphy, M_IP17X);
371 phy = sc->portphy[p->es_port];
425 phy = sc->portphy[p->es_port];
H A Dip17x_vlans.c182 phy = sc->portphy[i];
H A Dip175c.c92 phy = sc->portphy[i];
/freebsd-11.0-release/sys/dev/etherswitch/ukswitch/
H A Dukswitch.c72 int *portphy; member in struct:ukswitch_softc
124 sc->portphy[port] = phy;
198 sc->portphy = malloc(sizeof(int) * sc->numports, M_UKSWITCH,
241 free(sc->portphy, M_UKSWITCH);
356 phy = sc->portphy[p->es_port];
393 if (sc->portphy[p->es_port] == sc->cpuport)

Completed in 53 milliseconds