Home
last modified time | relevance | path

Searched refs:bce_ifp (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/bce/
HDif_bce.c1379 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()
[all …]
HDif_bcereg.h6374 struct ifnet *bce_ifp; member