Lines Matching refs:emac_ifp
87 if_t emac_ifp; member
236 ifp = sc->emac_ifp; in emac_set_rx_mode()
294 ifp = sc->emac_ifp; in emac_txeof()
317 ifp = sc->emac_ifp; in emac_rxeof()
456 ifp = sc->emac_ifp; in emac_watchdog()
460 if_printf(sc->emac_ifp, "watchdog timeout " in emac_watchdog()
463 if_printf(sc->emac_ifp, "watchdog timeout -- resetting\n"); in emac_watchdog()
507 ifp = sc->emac_ifp; in emac_init_locked()
680 ifp = sc->emac_ifp; in emac_stop_locked()
721 ifp = sc->emac_ifp; in emac_intr()
801 if_setdrvflagbits(sc->emac_ifp, 0, IFF_DRV_RUNNING); in emac_detach()
803 ether_ifdetach(sc->emac_ifp); in emac_detach()
825 if (sc->emac_ifp != NULL) in emac_detach()
826 if_free(sc->emac_ifp); in emac_detach()
850 ifp = sc->emac_ifp; in emac_suspend()
867 ifp = sc->emac_ifp; in emac_resume()
939 ifp = sc->emac_ifp = if_alloc(IFT_ETHER); in emac_attach()
1056 ifp = sc->emac_ifp; in emac_miibus_statchg()