Searched refs:IFM_1000_LX (Results 1 – 18 of 18) sorted by relevance
/freebsd/sys/net/ |
H A D | if_media.h | 153 #define IFM_1000_LX 14 /* 1000baseLX - single-mode fiber */ macro 446 { IFM_1000_LX, "1000baseLX" }, \ 571 { IFM_1000_LX, "1000LX" }, \ 795 { IFM_ETHER | IFM_1000_LX, IF_Mbps(1000) }, \
|
H A D | ieee8023ad_lacp.c | 1144 case IFM_1000_LX: in lacp_compose_key()
|
/freebsd/sys/dev/ixgbe/ |
H A D | if_ix.c | 1383 ifmedia_add(sc->media, IFM_ETHER | IFM_1000_LX, 0, in ixgbe_add_media_types() 2418 ifmr->ifm_active |= IFM_1000_LX | IFM_FDX; in ixgbe_if_media_status() 2427 ifmr->ifm_active |= IFM_1000_LX | IFM_FDX; in ixgbe_if_media_status() 2570 case IFM_1000_LX: in ixgbe_if_media_change()
|
/freebsd/sys/dev/nge/ |
H A D | if_nge.c | 535 case IFM_1000_LX: in nge_miibus_statchg() 591 case IFM_1000_LX: in nge_miibus_statchg()
|
/freebsd/sys/dev/e1000/ |
H A D | if_em.c | 1997 fiber_type = IFM_1000_LX; in em_if_media_status() 2054 case IFM_1000_LX: in em_if_media_change() 3480 fiber_type = IFM_1000_LX; in em_setup_interface()
|
/freebsd/sys/dev/ixl/ |
H A D | if_ixl.c | 1542 ifmr->ifm_active |= IFM_1000_LX; in ixl_if_media_status()
|
H A D | ixl_pf_main.c | 749 ifmedia_add(media, IFM_ETHER | IFM_1000_LX, 0, NULL); in ixl_add_ifmedia()
|
/freebsd/sys/dev/gem/ |
H A D | if_gem.c | 1992 case IFM_1000_LX: in gem_mii_statchg()
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | if_bnxt.c | 3079 case IFM_1000_LX: in bnxt_media_change() 3981 BNXT_IFMEDIA_ADD(supported, SPEEDS_1GB, IFM_1000_LX); in add_media()
|
/freebsd/sys/dev/axgbe/ |
H A D | if_axgbe_pci.c | 1472 ifmedia_add(sc->media, IFM_ETHER | IFM_1000_LX, 0, NULL); in axgbe_if_attach_post()
|
H A D | xgbe-phy-v2.c | 2679 ifmr->ifm_active |= IFM_1000_LX; in xgbe_phy_get_type()
|
/freebsd/sys/arm/ti/cpsw/ |
H A D | if_cpsw.c | 1548 case IFM_1000_LX: in cpswp_miibus_statchg()
|
/freebsd/sys/dev/cas/ |
H A D | if_cas.c | 2297 case IFM_1000_LX: in cas_mii_statchg()
|
/freebsd/sys/dev/al_eth/ |
H A D | al_eth.c | 400 ifmedia_add(&adapter->media, IFM_ETHER | IFM_1000_LX, 0, NULL); in al_attach()
|
/freebsd/sys/dev/msk/ |
H A D | if_msk.c | 497 case IFM_1000_LX: in msk_miibus_statchg()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | qlnx_os.c | 3818 ifm_type = (IFM_1000_SX | IFM_1000_LX); in qlnx_get_optics()
|
/freebsd/sys/dev/ice/ |
H A D | ice_lib.c | 979 return IFM_1000_LX; in ice_get_phy_type_low()
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_main.c | 3443 return (IFM_1000_LX); in port_mword()
|