Lines Matching refs:bce_ifp
1379 ifp = sc->bce_ifp = if_alloc(IFT_ETHER); in bce_attach()
1568 ifp = sc->bce_ifp; in bce_detach()
3934 if (sc->bce_ifp != NULL) { in bce_release_resources()
3936 if_free(sc->bce_ifp); in bce_release_resources()
4940 ifp = sc->bce_ifp; in bce_stop()
6333 ifp = sc->bce_ifp; in bce_ifmedia_sts_rphy()
6481 if_printf(sc->bce_ifp, "link UP\n"); in bce_phy_intr()
6482 if_link_state_change(sc->bce_ifp, in bce_phy_intr()
6486 if_printf(sc->bce_ifp, "link DOWN\n"); in bce_phy_intr()
6487 if_link_state_change(sc->bce_ifp, in bce_phy_intr()
6537 struct ifnet *ifp = sc->bce_ifp; in bce_rx_intr()
6916 struct ifnet *ifp = sc->bce_ifp; in bce_tx_intr()
7086 ifp = sc->bce_ifp; in bce_init_locked()
7113 bcopy(IF_LLADDR(sc->bce_ifp), sc->eaddr, ETHER_ADDR_LEN); in bce_init_locked()
7206 ifp = sc->bce_ifp; in bce_mgmt_init_locked()
7901 sc->bce_ifp->if_drv_flags &= ~IFF_DRV_RUNNING; in bce_watchdog()
7932 ifp = sc->bce_ifp; in bce_intr()
8078 ifp = sc->bce_ifp; in bce_set_rx_mode()
8467 ifp = sc->bce_ifp; in bce_tick()