Home
last modified time | relevance | path

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

/freebsd/sys/dev/axgbe/
H A Dif_axgbe.c195 case IFM_1000_KX: in axgbe_media_change()
235 ifmr->ifm_active |= IFM_1000_KX; in axgbe_media_status()
547 ifmedia_add(&sc->media, IFM_ETHER | IFM_1000_KX, 0, NULL); in axgbe_attach()
H A Dxgbe-phy-v1.c519 ifmr->ifm_active |= IFM_1000_KX; in xgbe_phy_get_type()
H A Dif_axgbe_pci.c1470 ifmedia_add(sc->media, IFM_ETHER | IFM_1000_KX, 0, NULL); in axgbe_if_attach_post()
2340 case IFM_1000_KX: in axgbe_if_media_change()
H A Dxgbe-phy-v2.c2673 ifmr->ifm_active |= IFM_1000_KX; in xgbe_phy_get_type()
/freebsd/sys/net/
H A Dif_media.h169 #define IFM_1000_KX 30 /* 1000Base-KX backplane */ macro
464 { IFM_1000_KX, "1000Base-KX" }, \
812 { IFM_ETHER | IFM_1000_KX, IF_Mbps(1000) }, \
H A Dieee8023ad_lacp.c1147 case IFM_1000_KX: in lacp_compose_key()
/freebsd/sys/dev/ixgbe/
H A Dif_ix.c1377 ifmedia_add(sc->media, IFM_ETHER | IFM_1000_KX, 0, NULL); in ixgbe_add_media_types()
1402 ifmedia_add(sc->media, IFM_ETHER | IFM_1000_KX, 0, NULL); in ixgbe_add_media_types()
2409 ifmr->ifm_active |= IFM_1000_KX | IFM_FDX; in ixgbe_if_media_status()
2487 ifmr->ifm_active |= IFM_1000_KX | IFM_FDX; in ixgbe_if_media_status()
2501 ifmr->ifm_active |= IFM_1000_KX | IFM_FDX; in ixgbe_if_media_status()
2568 case IFM_1000_KX: in ixgbe_if_media_change()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c3075 case IFM_1000_KX: in bnxt_media_change()
4007 BNXT_IFMEDIA_ADD(supported, SPEEDS_1GB, IFM_1000_KX); in add_media()
4099 BNXT_IFMEDIA_ADD(supported, SPEEDS_1GB, IFM_1000_KX); in bnxt_add_media_types()
/freebsd/sys/dev/ixl/
H A Dif_ixl.c1609 ifmr->ifm_active |= IFM_1000_KX; in ixl_if_media_status()
H A Dixl_pf_main.c781 ifmedia_add(media, IFM_ETHER | IFM_1000_KX, 0, NULL); in ixl_add_ifmedia()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c67 .subtype = IFM_1000_KX,
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c3503 return (IFM_1000_KX); in port_mword()
3514 return (IFM_1000_KX); in port_mword()
/freebsd/sys/dev/ice/
H A Dice_lib.c981 return IFM_1000_KX; in ice_get_phy_type_low()