Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_media.h202 #define IFM_25G_ACC IFM_X(60) /* 25G active copper cable */ macro
492 { IFM_25G_ACC, "25GBase-ACC" }, \
837 { IFM_ETHER | IFM_25G_ACC, IF_Gbps(25ULL) }, \
H A Difdi_if.m140 ifmr->ifm_active = IFM_ETHER | IFM_25G_ACC | IFM_FDX;
H A Dieee8023ad_lacp.c1207 case IFM_25G_ACC: in lacp_compose_key()