Home
last modified time | relevance | path

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

/freebsd/sys/dev/bfe/
H A Dif_bfe.c479 ifp = sc->bfe_ifp = if_alloc(IFT_ETHER); in bfe_attach()
537 ifp = sc->bfe_ifp; in bfe_detach()
600 ifp = sc->bfe_ifp; in bfe_resume()
1083 if_t ifp = sc->bfe_ifp; in bfe_set_rx_mode()
1101 bfe_cam_write(sc, if_getlladdr(sc->bfe_ifp), 0); in bfe_set_rx_mode()
1142 if (sc->bfe_ifp != NULL) in bfe_release_resources()
1143 if_free(sc->bfe_ifp); in bfe_release_resources()
1253 ifp = sc->bfe_ifp; in bfe_stats_update()
1333 ifp = sc->bfe_ifp; in bfe_txeof()
1383 ifp = sc->bfe_ifp; in bfe_rxeof()
[all …]
H A Dif_bfereg.h585 if_t bfe_ifp; /* interface info */ member