Searched refs:MSK_PORT_B (Results 1 – 2 of 2) sorted by relevance
1374 sc->msk_if[MSK_PORT_B] = ScIf; in mskc_attach()1375 Status = mskc_attach_if (sc->msk_if[MSK_PORT_B], MSK_PORT_B); in mskc_attach()1381 mmd->port = MSK_PORT_B; in mskc_attach()1471 if (sc->msk_if[MSK_PORT_B] != NULL) { in mskc_detach()1472 mskc_detach_if (sc->msk_if[MSK_PORT_B]); in mskc_detach()1473 gBS->FreePool (sc->msk_if[MSK_PORT_B]); in mskc_detach()1474 sc->msk_if[MSK_PORT_B] = NULL; in mskc_detach()2068 if (sc->msk_if[MSK_PORT_B] != NULL && sc->msk_if[MSK_PORT_B]->active) { in mskc_tick()2069 e1000phy_tick (sc->msk_if[MSK_PORT_B]->phy_softc); in mskc_tick()2244 if ((status & Y2_HWE_L2_MASK) != 0 && sc->msk_if[MSK_PORT_B] != NULL) { in msk_intr_hwerr()[all …]
2063 #define MSK_PORT_B 1 macro