Home
last modified time | relevance | path

Searched refs:IFM_10G_LRM (Results 1 – 7 of 7) sorted by relevance

/trueos/sys/net/
HDif_media.h160 #define IFM_10G_LRM 24 /* 10GBase-LRM 850nm Multi-mode */ macro
411 { IFM_10G_LRM, "10Gbase-LRM" }, \
743 { IFM_ETHER | IFM_10G_LRM, IF_Gbps(10ULL) }, \
HDieee8023ad_lacp.c1134 case IFM_10G_LRM: in lacp_compose_key()
/trueos/sys/dev/ixgbe/
HDif_ix.c1601 ifmr->ifm_active |= IFM_10G_LRM | IFM_FDX; in ixgbe_media_status()
1705 case IFM_10G_LRM: in ixgbe_media_change()
/trueos/sys/dev/mxge/
HDif_mxge.c2900 {IFM_10G_LRM, (1 << 4), "10GBASE-LRM"},
2910 {IFM_10G_LRM, (1 << 6), "10GBASE-LRM"},
/trueos/sys/dev/cxgb/
HDcxgb_main.c2072 return (IFM_10G_LRM); in cxgb_ifm_type()
/trueos/sys/dev/vxge/
HDvxge.c3476 vdev->ifm_optics = IFM_10G_LRM; in vxge_pmd_port_type_get()
/trueos/sys/dev/cxgbe/
HDt4_main.c2829 ifmedia_add(media, m | IFM_10G_LRM, data, NULL); in build_medialist()
2830 ifmedia_set(media, m | IFM_10G_LRM); in build_medialist()