Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/net/
HDif_media.c454 if (IFM_MODE(ifmw) == desc->ifmt_word) { in ifmedia_printword()
HDif_media.h402 #define IFM_MODE(x) ((x) & IFM_MMASK) macro
/freebsd-13-stable/lib/libifconfig/
HDlibifconfig_media.c318 if (IFM_MODE(media) == desc->ifmt_word) in ifconfig_media_get_mode()
/freebsd-13-stable/sbin/etherswitchcfg/
HDifmedia.c629 if (IFM_MODE(ifmw) == desc->ifmt_word) in get_mode_desc()
/freebsd-13-stable/sys/net80211/
HDieee80211.c2103 switch (IFM_MODE(ime->ifm_media)) { in media2mode()
/freebsd-13-stable/sbin/ifconfig/
HDifieee80211.c319 int chanmode = ifmr != NULL ? IFM_MODE(ifmr->ifm_current) : IFM_AUTO; in promote()