Searched refs:bge_ifp (Results 1 – 2 of 2) sorted by relevance
987 if_printf(sc->bge_ifp, "nvram read timed out\n"); in bge_nvram_getbyte()1205 if ((if_getdrvflags(sc->bge_ifp) & IFF_DRV_RUNNING) == 0) in bge_miibus_statchg()1281 (if_getmtu(sc->bge_ifp) + ETHER_HDR_LEN + ETHER_CRC_LEN + in bge_newbuf_std()1562 ifp = sc->bge_ifp; in bge_setpromisc()1592 ifp = sc->bge_ifp; in bge_setmulti()1617 ifp = sc->bge_ifp; in bge_setvlan()1955 if (if_getmtu(sc->bge_ifp) > ETHERMTU) { in bge_blockinit()2270 lladdr = if_getlladdr(sc->bge_ifp); in bge_blockinit()3714 ifp = sc->bge_ifp = if_alloc(IFT_ETHER); in bge_attach()3930 ifp = sc->bge_ifp; in bge_detach()[all …]
2943 if_t bge_ifp; /* interface info */ member