Symbol: IFM_INST
sbin/etherswitchcfg/ifmedia.c
693
if (print_toptype && IFM_INST(ifmw) != 0)
sbin/etherswitchcfg/ifmedia.c
694
printf(" instance %d", IFM_INST(ifmw));
sbin/etherswitchcfg/ifmedia.c
745
if (IFM_INST(ifmw) != 0)
sbin/etherswitchcfg/ifmedia.c
746
printf(" instance %d", IFM_INST(ifmw));
sbin/ifconfig/ifmedia.c
415
if (print_toptype && IFM_INST(media) != 0)
sbin/ifconfig/ifmedia.c
416
printf(" instance %d", IFM_INST(media));
sbin/ifconfig/ifmedia.c
455
if (IFM_INST(media) != 0)
sbin/ifconfig/ifmedia.c
456
printf(" instance %d", IFM_INST(media));
sys/dev/etherswitch/ar40xx/ar40xx_phy.c
120
if (IFM_INST(mii->mii_media.ifm_cur->ifm_media) !=
sys/dev/etherswitch/arswitch/arswitch.c
818
if (IFM_INST(mii->mii_media.ifm_cur->ifm_media) !=
sys/dev/etherswitch/e6000sw/e6000sw.c
1658
if (IFM_INST(mii->mii_media.ifm_cur->ifm_media)
sys/dev/etherswitch/e6000sw/e6060sw.c
404
if (IFM_INST(mii->mii_media.ifm_cur->ifm_media) !=
sys/dev/etherswitch/infineon/adm6996fc.c
364
if (IFM_INST(mii->mii_media.ifm_cur->ifm_media) !=
sys/dev/etherswitch/ip17x/ip17x.c
347
if (IFM_INST(mii->mii_media.ifm_cur->ifm_media) !=
sys/dev/etherswitch/micrel/ksz8995ma.c
424
if (IFM_INST(mii->mii_media.ifm_cur->ifm_media) !=
sys/dev/etherswitch/mtkswitch/mtkswitch.c
375
if (IFM_INST(mii->mii_media.ifm_cur->ifm_media) !=
sys/dev/etherswitch/rtl8366/rtl8366rb.c
345
if (IFM_INST(mii->mii_media.ifm_cur->ifm_media) != miisc->mii_inst)
sys/dev/etherswitch/ukswitch/ukswitch.c
303
if (IFM_INST(mii->mii_media.ifm_cur->ifm_media) !=
sys/dev/mii/mii.c
560
if (IFM_INST(ife->ifm_media) != child->mii_inst) {
sys/dev/mii/mii.c
592
if (IFM_INST(ife->ifm_media) != child->mii_inst)
sys/dev/mii/mii.c
614
if (IFM_INST(ife->ifm_media) != child->mii_inst)
sys/dev/mii/mii_physubr.c
355
(ife != NULL && IFM_INST(ife->ifm_media) != sc->mii_inst)))
sys/dev/mii/nsphy.c
313
(ife != NULL && IFM_INST(ife->ifm_media) != sc->mii_inst))
sys/dev/mii/nsphyter.c
257
(ife != NULL && IFM_INST(ife->ifm_media) != sc->mii_inst))
sys/net/if_media.h
422
#define IFM_INST_MAX IFM_INST(IFM_IMASK)