Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_media.h366 #define IFM_ISHIFT 28 /* Instance shift */ macro
399 #define IFM_INST(x) (((x) & IFM_IMASK) >> IFM_ISHIFT)
409 ((type) | (subtype) | (options) | ((instance) << IFM_ISHIFT))
/f-stack/tools/ifconfig/
H A Difmedia.c366 ifr.ifr_media = (ifmr->ifm_current & ~IFM_IMASK) | inst << IFM_ISHIFT; in setmediainst()