Home
last modified time | relevance | path

Searched refs:IFM_ISHIFT (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net/
H A Dif_media.h365 #define IFM_ISHIFT 28 /* Instance shift */ macro
398 #define IFM_INST(x) (((x) & IFM_IMASK) >> IFM_ISHIFT)
408 ((type) | (subtype) | (options) | ((instance) << IFM_ISHIFT))
/freebsd/sbin/ifconfig/
H A Difmedia.c265 ifmr->ifm_current = (ifmr->ifm_current & ~IFM_IMASK) | inst << IFM_ISHIFT; in setmediainst()
/freebsd/sbin/etherswitchcfg/
H A Difmedia.c325 ifr.ifr_media = (ifmr->ifm_current & ~IFM_IMASK) | inst << IFM_ISHIFT;