Lines Matching refs:bce_ifp
1353 ifp = sc->bce_ifp = if_alloc(IFT_ETHER); in bce_attach()
1523 ifp = sc->bce_ifp; in bce_detach()
3839 if (sc->bce_ifp != NULL) { in bce_release_resources()
3841 if_free(sc->bce_ifp); in bce_release_resources()
4824 ifp = sc->bce_ifp; in bce_stop()
6198 ifp = sc->bce_ifp; in bce_ifmedia_sts_rphy()
6343 if_printf(sc->bce_ifp, "link UP\n"); in bce_phy_intr()
6344 if_link_state_change(sc->bce_ifp, in bce_phy_intr()
6348 if_printf(sc->bce_ifp, "link DOWN\n"); in bce_phy_intr()
6349 if_link_state_change(sc->bce_ifp, in bce_phy_intr()
6398 if_t ifp = sc->bce_ifp; in bce_rx_intr()
6768 if_t ifp = sc->bce_ifp; in bce_tx_intr()
6934 ifp = sc->bce_ifp; in bce_init_locked()
6961 bcopy(if_getlladdr(sc->bce_ifp), sc->eaddr, ETHER_ADDR_LEN); in bce_init_locked()
7053 ifp = sc->bce_ifp; in bce_mgmt_init_locked()
7739 if_setdrvflagbits(sc->bce_ifp, 0, IFF_DRV_RUNNING); in bce_watchdog()
7769 ifp = sc->bce_ifp; in bce_intr()
7923 ifp = sc->bce_ifp; in bce_set_rx_mode()
8299 ifp = sc->bce_ifp; in bce_tick()