Home
last modified time | relevance | path

Searched refs:IFM_FDX (Results 1 – 16 of 16) sorted by relevance

/f-stack/freebsd/net/
H A Dif_media.h352 #define IFM_FDX 0x00100000 /* Force full duplex */ macro
579 { IFM_10_T | IFM_FDX, "10baseT-FDX" }, \
580 { IFM_10_T | IFM_FDX | IFM_FLOW, "10baseT-FDX-flow" }, \
581 { IFM_100_TX | IFM_FDX, "100baseTX-FDX" }, \
582 { IFM_100_TX | IFM_FDX | IFM_FLOW, "100baseTX-FDX-flow" }, \
583 { IFM_1000_T | IFM_FDX, "1000baseT-FDX" }, \
584 { IFM_1000_T | IFM_FDX | IFM_FLOW, "1000baseT-FDX-flow" }, \
585 { IFM_1000_T | IFM_FDX | IFM_FLOW | IFM_ETH_MASTER, \
587 { IFM_1000_T | IFM_FDX | IFM_ETH_MASTER, \
752 { IFM_FDX, "full-duplex" }, \
[all …]
H A Dieee8023ad_lacp.c482 (media & IFM_FDX) != 0, ifp->if_link_state == LINK_STATE_UP)); in lacp_linkstate()
491 if (IFM_TYPE(media) != IFM_ETHER || (media & IFM_FDX) == 0 || in lacp_linkstate()
1122 KASSERT((media & IFM_FDX) != 0, ("aggregating HDX interface")); in lacp_compose_key()
H A Difdi_if.m140 ifmr->ifm_active = IFM_ETHER | IFM_25G_ACC | IFM_FDX;
H A Dif_epair.c640 imr->ifm_active = IFM_ETHER | IFM_10G_T | IFM_FDX; in epair_media_status()
H A Dbridgestp.c1809 fdx = ifmr.ifm_active & IFM_FDX ? 1 : 0; in bstp_ifupdstatus()
H A Dif_vxlan.c3295 ifmr->ifm_active = IFM_ETHER | IFM_FDX; in vxlan_media_status()
H A Diflib.c5039 ifmedia_add(ctx->ifc_mediap, IFM_ETHER | IFM_1000_T | IFM_FDX, 0, NULL); in iflib_pseudo_register()
/f-stack/freebsd/netgraph/
H A Dng_eiface.c366 ifmr->ifm_active = IFM_ETHER | IFM_1000_T | IFM_FDX; in ng_eiface_mediastatus()
420 ifmedia_add(&priv->media, IFM_ETHER | IFM_10_T | IFM_FDX, 0, NULL); in ng_eiface_constructor()
422 ifmedia_add(&priv->media, IFM_ETHER | IFM_100_TX | IFM_FDX, 0, NULL); in ng_eiface_constructor()
424 ifmedia_add(&priv->media, IFM_ETHER | IFM_1000_T | IFM_FDX, 0, NULL); in ng_eiface_constructor()
425 ifmedia_add(&priv->media, IFM_ETHER | IFM_10G_T | IFM_FDX, 0, NULL); in ng_eiface_constructor()
/f-stack/freebsd/mips/cavium/octe/
H A Docte.c402 ifm->ifm_active |= IFM_FDX; in octe_medstat()
/f-stack/freebsd/mips/cavium/
H A Dif_octm.c411 ifm->ifm_active |= IFM_FDX; in octm_medstat()
/f-stack/tools/ifconfig/
H A Difmedia.c344 ifr.ifr_media &= ~IFM_FDX; in domediaopt()
/f-stack/freebsd/mips/atheros/
H A Dif_arge.c818 sc->arge_duplex_mode = IFM_FDX; in arge_attach()
1273 duplex == IFM_FDX ? "full" : "half"); in arge_set_pll()
1279 if (duplex == IFM_FDX) in arge_set_pll()
/f-stack/freebsd/arm/allwinner/
H A Dif_awg.c336 if ((IFM_OPTIONS(mii->mii_media_active) & IFM_FDX) != 0) in awg_miibus_statchg()
351 if ((IFM_OPTIONS(mii->mii_media_active) & IFM_FDX) != 0) in awg_miibus_statchg()
H A Dif_emac.c1090 if ((IFM_OPTIONS(mii->mii_media_active) & IFM_FDX) != 0) { in emac_miibus_statchg()
/f-stack/freebsd/arm/ti/cpsw/
H A Dif_cpsw.c1574 if (sc->mii->mii_media_active & IFM_FDX) in cpswp_miibus_statchg()
2836 IFM_ETHER | IFM_1000_T | IFM_FDX; in cpsw_getport()
/f-stack/freebsd/mips/nlm/dev/net/
H A Dxlpge.c1346 if ((mii->mii_media_active & IFM_GMASK) == IFM_FDX) { in nlm_xlpge_mii_statchg()