HomeSort by: relevance | last modified time | path
    Searched defs:be_ifmedia_upd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/sbus/
be.c 173 static int be_ifmedia_upd(struct ifnet *);
339 ifmedia_init(&mii->mii_media, 0, be_ifmedia_upd, be_ifmedia_sts);
1099 if ((rc = be_ifmedia_upd(ifp)) != 0)
1418 be_ifmedia_upd(struct ifnet *ifp) function in typeref:typename:int
be.c 173 static int be_ifmedia_upd(struct ifnet *);
339 ifmedia_init(&mii->mii_media, 0, be_ifmedia_upd, be_ifmedia_sts);
1099 if ((rc = be_ifmedia_upd(ifp)) != 0)
1418 be_ifmedia_upd(struct ifnet *ifp) function in typeref:typename:int

Completed in 22 milliseconds