Searched refs:IFM_10G_LRM (Results 1 – 7 of 7) sorted by relevance
| /trueos/sys/net/ |
| HD | if_media.h | 160 #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) }, \
|
| HD | ieee8023ad_lacp.c | 1134 case IFM_10G_LRM: in lacp_compose_key()
|
| /trueos/sys/dev/ixgbe/ |
| HD | if_ix.c | 1601 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/ |
| HD | if_mxge.c | 2900 {IFM_10G_LRM, (1 << 4), "10GBASE-LRM"}, 2910 {IFM_10G_LRM, (1 << 6), "10GBASE-LRM"},
|
| /trueos/sys/dev/cxgb/ |
| HD | cxgb_main.c | 2072 return (IFM_10G_LRM); in cxgb_ifm_type()
|
| /trueos/sys/dev/vxge/ |
| HD | vxge.c | 3476 vdev->ifm_optics = IFM_10G_LRM; in vxge_pmd_port_type_get()
|
| /trueos/sys/dev/cxgbe/ |
| HD | t4_main.c | 2829 ifmedia_add(media, m | IFM_10G_LRM, data, NULL); in build_medialist() 2830 ifmedia_set(media, m | IFM_10G_LRM); in build_medialist()
|