Searched refs:IFM_1000_CX (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/net/ |
H A D | if_media.h | 154 #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 D | ieee8023ad_lacp.c | 1144 case IFM_1000_CX: in lacp_compose_key()
|
/freebsd/sys/dev/ixgbe/ |
H A D | if_ix.c | 1364 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 D | if_nge.c | 536 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 D | if_bnxt.c | 3079 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 D | if_gem.c | 1993 case IFM_1000_CX: in gem_mii_statchg()
|
/freebsd/sys/dev/axgbe/ |
H A D | if_axgbe_pci.c | 1471 ifmedia_add(sc->media, IFM_ETHER | IFM_1000_CX, 0, NULL); in axgbe_if_attach_post()
|
H A D | xgbe-phy-v2.c | 2680 ifmr->ifm_active |= IFM_1000_CX; in xgbe_phy_get_type()
|
/freebsd/sys/dev/cas/ |
H A D | if_cas.c | 2298 case IFM_1000_CX: in cas_mii_statchg()
|
/freebsd/sys/arm/ti/cpsw/ |
H A D | if_cpsw.c | 1553 case IFM_1000_CX: in cpswp_miibus_statchg()
|
/freebsd/sys/dev/msk/ |
H A D | if_msk.c | 498 case IFM_1000_CX: in msk_miibus_statchg()
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_main.c | 182 .subtype = IFM_1000_CX,
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_main.c | 3487 return (IFM_1000_CX); in port_mword()
|