Searched refs:IFM_FDX (Results 1 – 16 of 16) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | if_media.h | 352 #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 D | ieee8023ad_lacp.c | 482 (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 D | ifdi_if.m | 140 ifmr->ifm_active = IFM_ETHER | IFM_25G_ACC | IFM_FDX;
|
| H A D | if_epair.c | 640 imr->ifm_active = IFM_ETHER | IFM_10G_T | IFM_FDX; in epair_media_status()
|
| H A D | bridgestp.c | 1809 fdx = ifmr.ifm_active & IFM_FDX ? 1 : 0; in bstp_ifupdstatus()
|
| H A D | if_vxlan.c | 3295 ifmr->ifm_active = IFM_ETHER | IFM_FDX; in vxlan_media_status()
|
| H A D | iflib.c | 5039 ifmedia_add(ctx->ifc_mediap, IFM_ETHER | IFM_1000_T | IFM_FDX, 0, NULL); in iflib_pseudo_register()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_eiface.c | 366 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 D | octe.c | 402 ifm->ifm_active |= IFM_FDX; in octe_medstat()
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | if_octm.c | 411 ifm->ifm_active |= IFM_FDX; in octm_medstat()
|
| /f-stack/tools/ifconfig/ |
| H A D | ifmedia.c | 344 ifr.ifr_media &= ~IFM_FDX; in domediaopt()
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | if_arge.c | 818 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 D | if_awg.c | 336 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 D | if_emac.c | 1090 if ((IFM_OPTIONS(mii->mii_media_active) & IFM_FDX) != 0) { in emac_miibus_statchg()
|
| /f-stack/freebsd/arm/ti/cpsw/ |
| H A D | if_cpsw.c | 1574 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 D | xlpge.c | 1346 if ((mii->mii_media_active & IFM_GMASK) == IFM_FDX) { in nlm_xlpge_mii_statchg()
|