Lines Matching defs:sc_port
690 int sc_port;
1158 nxe_crb_write(sc, NXE_1_SW_CONTEXT(sc->sc_port),
1159 NXE_1_SW_CONTEXT_SIG(sc->sc_port));
1233 nxe_crb_write(sc, NXE_0_XG_MAC_LO(sc->sc_port),
1235 nxe_crb_write(sc, NXE_0_XG_MAC_HI(sc->sc_port),
1258 nxe_crb_write(sc, NXE_0_XG_CFG0(sc->sc_port),
1260 nxe_crb_write(sc, NXE_0_XG_CFG1(sc->sc_port), cfg1);
1352 txd->tx_port = sc->sc_port;
1776 sc->sc_port = nxe_crb_read(sc, NXE_1_SW_V2P(sc->sc_function));
1777 if (sc->sc_port == 0x55555555)
1778 sc->sc_port = sc->sc_function;