Searched refs:IFM_5000_T (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/net/ |
H A D | if_media.h | 179 #define IFM_5000_T IFM_X(38) /* 5000Base-T - RJ45 (NBaseT) */ macro 472 { IFM_5000_T, "5000Base-T" }, \ 819 { IFM_ETHER | IFM_5000_T, IF_Mbps(5000ULL) }, \
|
H A D | ieee8023ad_lacp.c | 1176 case IFM_5000_T: in lacp_compose_key() 1180 key = IFM_5000_T; in lacp_compose_key()
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_vc_common.c | 1009 return IFM_5000_T; in iavf_ext_speed_to_ifmedia()
|
/freebsd/sys/dev/ixgbe/ |
H A D | if_ix.c | 1370 ifmedia_add(sc->media, IFM_ETHER | IFM_5000_T, 0, NULL); in ixgbe_add_media_types() 2396 ifmr->ifm_active |= IFM_5000_T | IFM_FDX; in ixgbe_if_media_status() 2582 case IFM_5000_T: in ixgbe_if_media_change()
|
/freebsd/sys/dev/ixl/ |
H A D | if_ixl.c | 1553 ifmr->ifm_active |= IFM_5000_T; in ixl_if_media_status()
|
H A D | ixl_pf_main.c | 755 ifmedia_add(media, IFM_ETHER | IFM_5000_T, 0, NULL); in ixl_add_ifmedia()
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_main.c | 196 .subtype = IFM_5000_T,
|
/freebsd/sys/dev/ice/ |
H A D | ice_lib.c | 991 return IFM_5000_T; in ice_get_phy_type_low()
|