Home
last modified time | relevance | path

Searched refs:IFM_100_SGMII (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/net/
H A Dif_media.h203 #define IFM_100_SGMII IFM_X(62) /* 100M media interface */ macro
497 { IFM_100_SGMII, "100M-SGMII" }, \
844 { IFM_ETHER | IFM_100_SGMII, IF_Mbps(100) }, \
H A Dieee8023ad_lacp.c1139 case IFM_100_SGMII: in lacp_compose_key()
/freebsd/sys/dev/axgbe/
H A Dif_axgbe_pci.c1477 ifmedia_add(sc->media, IFM_ETHER | IFM_100_SGMII, 0, NULL); in axgbe_if_attach_post()
H A Dxgbe-phy-v2.c2691 ifmr->ifm_active |= IFM_100_SGMII; in xgbe_phy_get_type()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c176 .subtype = IFM_100_SGMII,
/freebsd/sys/dev/ice/
H A Dice_lib.c973 return IFM_100_SGMII; in ice_get_phy_type_low()