Lines Matching defs:port_sc
203 struct octgmx_port_softc *port_sc;
230 port_sc = &sc->sc_ports[i];
231 port_sc->sc_port_gmx = sc;
232 port_sc->sc_port_no = port;
233 port_sc->sc_port_type = sc->sc_port_types[i];
234 port_sc->sc_port_ops = octgmx_port_ops[port_sc->sc_port_type];
237 GMX_PORT_SIZE, 0, &port_sc->sc_port_regh);
241 switch (port_sc->sc_port_type) {
249 octasx_init(&asx_aa, &port_sc->sc_port_asx);
255 &port_sc->sc_port_pcs_regh))
267 gmx_aa.ga_portno = port_sc->sc_port_no;
271 gmx_aa.ga_gmx_port = port_sc;