Home
last modified time | relevance | path

Searched refs:IFM_1000_CX (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/net/
H A Dif_media.h154 #define IFM_1000_CX 15 /* 1000baseCX - 150ohm STP */ macro
445 { IFM_1000_CX, "1000baseCX" }, \
570 { IFM_1000_CX, "1000CX" }, \
793 { IFM_ETHER | IFM_1000_CX, IF_Mbps(1000) }, \
H A Dieee8023ad_lacp.c1144 case IFM_1000_CX: in lacp_compose_key()
/freebsd/sys/dev/ixgbe/
H A Dif_ix.c1364 ifmedia_add(sc->media, IFM_ETHER | IFM_1000_CX, 0, NULL); in ixgbe_add_media_types()
2381 ifmr->ifm_active |= IFM_1000_CX | IFM_FDX; in ixgbe_if_media_status()
2395 ifmr->ifm_active |= IFM_1000_CX | IFM_FDX; in ixgbe_if_media_status()
2487 case IFM_1000_CX: /* KX */ in ixgbe_if_media_change()
/freebsd/sys/dev/nge/
H A Dif_nge.c536 case IFM_1000_CX: in nge_miibus_statchg()
592 case IFM_1000_CX: in nge_miibus_statchg()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c3079 case IFM_1000_CX: in bnxt_media_change()
3972 BNXT_IFMEDIA_ADD(supported, SPEEDS_1GB, IFM_1000_CX); in add_media()
4085 BNXT_IFMEDIA_ADD(supported, SPEEDS_1GBHD, IFM_1000_CX); in bnxt_add_media_types()
/freebsd/sys/dev/gem/
H A Dif_gem.c1993 case IFM_1000_CX: in gem_mii_statchg()
/freebsd/sys/dev/axgbe/
H A Dif_axgbe_pci.c1471 ifmedia_add(sc->media, IFM_ETHER | IFM_1000_CX, 0, NULL); in axgbe_if_attach_post()
H A Dxgbe-phy-v2.c2680 ifmr->ifm_active |= IFM_1000_CX; in xgbe_phy_get_type()
/freebsd/sys/dev/cas/
H A Dif_cas.c2298 case IFM_1000_CX: in cas_mii_statchg()
/freebsd/sys/arm/ti/cpsw/
H A Dif_cpsw.c1553 case IFM_1000_CX: in cpswp_miibus_statchg()
/freebsd/sys/dev/msk/
H A Dif_msk.c498 case IFM_1000_CX: in msk_miibus_statchg()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c182 .subtype = IFM_1000_CX,
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c3487 return (IFM_1000_CX); in port_mword()