Home
last modified time | relevance | path

Searched refs:IFM_OMASK (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/net/
H A Dif_media.h411 #define IFM_OMASK 0x00000000ffff0000ULL /* Type specific options */ macro
445 #define IFM_OPTIONS(x) ((x) & (IFM_OMASK|IFM_GMASK))
/openbsd/sys/dev/ic/
H A Dif_wi.c2687 options &= ~IFM_OMASK; in wi_sync_media()
2732 switch (sc->sc_media.ifm_cur->ifm_media & IFM_OMASK) { in wi_media_change()