Searched refs:IFM_25G_SR (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h728 #if (defined IFM_25G_SR)
729 #define QLNX_IFM_25G_SR IFM_25G_SR
734 #endif /* #if (defined IFM_25G_SR) */
/freebsd-12-stable/sys/net/
H A Dif_media.h198 #define IFM_25G_SR IFM_X(55) /* 25GBase-SR */ macro
485 { IFM_25G_SR, "25GBase-SR" }, \
829 { IFM_ETHER | IFM_25G_SR, IF_Gbps(25ULL) }, \
H A Dieee8023ad_lacp.c1179 case IFM_25G_SR:
/freebsd-12-stable/sys/dev/bnxt/
H A Dif_bnxt.c1324 case IFM_25G_SR:
2042 BNXT_IFMEDIA_ADD(supported, SPEEDS_25GB, IFM_25G_SR);
/freebsd-12-stable/sys/dev/ixl/
H A Dif_ixl.c1541 ifmr->ifm_active |= IFM_25G_SR;
H A Dif_iavf.c1328 ifmr->ifm_active |= IFM_25G_SR;
H A Dixl_pf_main.c692 ifmedia_add(media, IFM_ETHER | IFM_25G_SR, 0, NULL);
/freebsd-12-stable/sys/dev/liquidio/
H A Dlio_main.c1010 return (IFM_25G_SR);
/freebsd-12-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c158 .subtype = IFM_25G_SR,
278 .subtype = IFM_25G_SR,
/freebsd-12-stable/sys/dev/ice/
H A Dice_lib.c844 return IFM_25G_SR;
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_main.c2495 return (IFM_25G_SR);

Completed in 367 milliseconds