Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_media.h365 #define IFM_IMASK 0xf0000000 /* Instance */ macro
399 #define IFM_INST(x) (((x) & IFM_IMASK) >> IFM_ISHIFT)
403 #define IFM_INST_MAX IFM_INST(IFM_IMASK)
H A Diflib.c5538 ifmedia_init(ctx->ifc_mediap, IFM_IMASK, in iflib_register()
/f-stack/tools/ifconfig/
H A Difmedia.c307 ifr.ifr_media = (ifmr->ifm_current & IFM_IMASK) | in setmedia()
366 ifr.ifr_media = (ifmr->ifm_current & ~IFM_IMASK) | inst << IFM_ISHIFT; in setmediainst()