Searched refs:IFM_10G_LR (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/sys/dev/qlxge/
H A Dqls_inline.h54 link_speed = (IFM_10G_LR | IFM_10G_SR);
/freebsd-12-stable/sys/dev/qlxgbe/
H A Dql_inline.h116 link_speed = (IFM_10G_LR | IFM_10G_SR);
/freebsd-12-stable/sys/dev/qlxgb/
H A Dqla_inline.h118 link_speed = (IFM_10G_LR | IFM_10G_SR);
/freebsd-12-stable/sys/net/
H A Dif_media.h159 #define IFM_10G_LR 18 /* 10GBase-LR 1310nm Single-mode */ macro
448 { IFM_10G_LR, "10Gbase-LR" }, \
794 { IFM_ETHER | IFM_10G_LR, IF_Gbps(10ULL) }, \
H A Dieee8023ad_lacp.c1125 case IFM_10G_LR:
1138 key = IFM_10G_LR;
/freebsd-12-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c106 .subtype = IFM_10G_LR,
229 .subtype = IFM_10G_LR,
471 media_entry.subtype = IFM_10G_LR;
511 case IFM_10G_LR:
/freebsd-12-stable/sys/dev/bnxt/
H A Dif_bnxt.c1310 case IFM_10G_LR:
2028 BNXT_IFMEDIA_ADD(supported, SPEEDS_10GB, IFM_10G_LR);
/freebsd-12-stable/sys/dev/ixgbe/
H A Dif_ix.c1286 ifmedia_add(adapter->media, IFM_ETHER | IFM_10G_LR, 0, NULL);
2159 ifmr->ifm_active |= IFM_10G_LR | IFM_FDX;
2298 case IFM_10G_LR:
/freebsd-12-stable/sys/dev/ixl/
H A Dif_ixl.c1521 ifmr->ifm_active |= IFM_10G_LR;
H A Dixl_pf_main.c649 ifmedia_add(media, IFM_ETHER | IFM_10G_LR, 0, NULL);
/freebsd-12-stable/sys/dev/mxge/
H A Dif_mxge.c2895 {IFM_10G_LR, (1 << 6), "10GBASE-LR"},
2908 {IFM_10G_LR, (1 << 5), "10GBASE-LR"},
/freebsd-12-stable/sys/dev/al_eth/
H A Dal_eth.c408 ifmedia_add(&adapter->media, IFM_ETHER | IFM_10G_LR, 0, NULL);
/freebsd-12-stable/sys/dev/cxgb/
H A Dcxgb_main.c2079 return (IFM_10G_LR);
/freebsd-12-stable/sys/dev/ice/
H A Dice_lib.c828 return IFM_10G_LR;
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c3951 ifm_type = (IFM_10G_LR | IFM_10G_SR);
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_main.c2477 return (IFM_10G_LR);

Completed in 287 milliseconds