Home | History | Annotate | Download | only in pci

Lines Matching refs:ifr_media

1835 		if (IFM_SUBTYPE(ifr->ifr_media) == IFM_AUTO ||
1836 (ifr->ifr_media & IFM_FDX) == 0)
1837 ifr->ifr_media &= ~IFM_ETH_FMASK;
1841 ifr->ifr_media &= ~IFM_ETH_FMASK;
1842 if (IFM_SUBTYPE(ifr->ifr_media) != IFM_AUTO) {
1844 (ifr->ifr_media & IFM_ETH_FMASK) == IFM_FLOW) {
1846 ifr->ifr_media |=
1848 } else if (ifr->ifr_media & IFM_FLOW) {
1856 ifr->ifr_media |=
1859 sc->sc_flowflags = ifr->ifr_media & IFM_ETH_FMASK;