Searched refs:IFM_FLAG0 (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/dev/mii/
H A Drgephy.c139 * Allow IFM_FLAG0 to be set indicating that auto-negotiation with
144 sc->mii_pdata->mii_media.ifm_mask |= IFM_FLAG0;
193 (mii->mii_media.ifm_media & IFM_FLAG0) != 0)
217 if ((mii->mii_media.ifm_media & IFM_FLAG0) == 0)
/freebsd-12-stable/sys/net/
H A Dif_media.h355 #define IFM_FLAG0 0x01000000 /* Driver defined flag */ macro
754 { IFM_FLAG0, "flag0" }, \
/freebsd-12-stable/sys/net80211/
H A Dieee80211.c1880 ADD(media, mword, mopt | IFM_IEEE80211_ADHOC | IFM_FLAG0);
2187 status |= IFM_IEEE80211_ADHOC | IFM_FLAG0;
/freebsd-12-stable/tools/tools/net80211/wlanstats/
H A Dwlanstats.c436 if (ifmr.ifm_current & IFM_FLAG0)
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver_bsd.c1583 if (ifmr.ifm_current & IFM_FLAG0)
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c228 if (ifmr.ifm_current & IFM_FLAG0)
/freebsd-12-stable/sbin/ifconfig/
H A Difieee80211.c4683 if (ifmr.ifm_current & IFM_FLAG0)

Completed in 103 milliseconds