Home
last modified time | relevance | path

Searched refs:IFM_100_T (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/net/
H A Dif_media.h193 #define IFM_100_T IFM_X(52) /* 100BaseT - RJ45 */ macro
486 { IFM_100_T, "100BaseT" }, \
833 { IFM_ETHER | IFM_100_T, IF_Mbps(100ULL) }, \
H A Dieee8023ad_lacp.c1138 case IFM_100_T: in lacp_compose_key()
/freebsd/sys/dev/etherswitch/felix/
H A Dfelix.c213 status = IFM_100_T; in felix_parse_port_fdt()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c3070 case IFM_100_T: in bnxt_media_change()
4092 BNXT_IFMEDIA_ADD(supported, SPEEDS_100MB, IFM_100_T); in bnxt_add_media_types()
/freebsd/sys/dev/axgbe/
H A Dxgbe-phy-v2.c2689 ifmr->ifm_active |= IFM_100_T; in xgbe_phy_get_type()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c1865 active |= IFM_100_T; in mlx4_en_calc_media()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c3486 return (IFM_100_T); in port_mword()