Home
last modified time | relevance | path

Searched refs:IFM_100G_AUI2_AC (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net/
H A Dif_media.h242 #define IFM_100G_AUI2_AC IFM_X(101) /* 100G-AUI2 active copper/optical */ macro
536 { IFM_100G_AUI2_AC, "100G-AUI2-AC" }, \
883 { IFM_ETHER | IFM_100G_AUI2_AC, IF_Gbps(100ULL) }, \
H A Dieee8023ad_lacp.c1246 case IFM_100G_AUI2_AC: in lacp_compose_key()
/freebsd/sys/dev/ice/
H A Dice_lib.c1123 return IFM_100G_AUI2_AC; in ice_phy_types_to_max_rate()