Home
last modified time | relevance | path

Searched refs:IFM_50G_CP (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/net/
H A Dif_media.h222 #define IFM_50G_CP IFM_X(81) /* 50GBase-CP */ macro
512 { IFM_50G_CP, "50GBase-CP" }, \
857 { IFM_ETHER | IFM_50G_CP, IF_Gbps(50ULL) }, \
H A Dieee8023ad_lacp.c1190 case IFM_50G_CP: in lacp_compose_key()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c3125 case IFM_50G_CP: in bnxt_media_change()
3960 BNXT_IFMEDIA_ADD(supported_pam4, PAM4_SPEEDS_50G, IFM_50G_CP); in add_media()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c261 .subtype = IFM_50G_CP,
/freebsd/sys/dev/ice/
H A Dice_lib.c1052 return IFM_50G_CP; in ice_get_phy_type_low()