Home
last modified time | relevance | path

Searched refs:IFM_MODE (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/net/
H A Dif_media.c455 if (IFM_MODE(ifmw) == desc->ifmt_word) { in ifmedia_printword()
H A Dif_media.h400 #define IFM_MODE(x) ((x) & IFM_MMASK) macro
/freebsd/lib/libifconfig/
H A Dlibifconfig_media.c318 if (IFM_MODE(media) == desc->ifmt_word) in ifconfig_media_get_mode()
/freebsd/sbin/etherswitchcfg/
H A Difmedia.c629 if (IFM_MODE(ifmw) == desc->ifmt_word) in get_mode_desc()
/freebsd/sys/net80211/
H A Dieee80211.c2142 switch (IFM_MODE(ime->ifm_media)) { in media2mode()
/freebsd/sbin/ifconfig/
H A Difieee80211.c319 int chanmode = global_ifmr != NULL ? IFM_MODE(global_ifmr->ifm_current) : IFM_AUTO; in promote()