Home
last modified time | relevance | path

Searched refs:IFM_1000_LX (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/net/
H A Dif_media.h153 #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 Dieee8023ad_lacp.c1144 case IFM_1000_LX: in lacp_compose_key()
/freebsd/sys/dev/ixgbe/
H A Dif_ix.c1383 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 Dif_nge.c535 case IFM_1000_LX: in nge_miibus_statchg()
591 case IFM_1000_LX: in nge_miibus_statchg()
/freebsd/sys/dev/e1000/
H A Dif_em.c1997 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 Dif_ixl.c1542 ifmr->ifm_active |= IFM_1000_LX; in ixl_if_media_status()
H A Dixl_pf_main.c749 ifmedia_add(media, IFM_ETHER | IFM_1000_LX, 0, NULL); in ixl_add_ifmedia()
/freebsd/sys/dev/gem/
H A Dif_gem.c1992 case IFM_1000_LX: in gem_mii_statchg()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c3079 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 Dif_axgbe_pci.c1472 ifmedia_add(sc->media, IFM_ETHER | IFM_1000_LX, 0, NULL); in axgbe_if_attach_post()
H A Dxgbe-phy-v2.c2679 ifmr->ifm_active |= IFM_1000_LX; in xgbe_phy_get_type()
/freebsd/sys/arm/ti/cpsw/
H A Dif_cpsw.c1548 case IFM_1000_LX: in cpswp_miibus_statchg()
/freebsd/sys/dev/cas/
H A Dif_cas.c2297 case IFM_1000_LX: in cas_mii_statchg()
/freebsd/sys/dev/al_eth/
H A Dal_eth.c400 ifmedia_add(&adapter->media, IFM_ETHER | IFM_1000_LX, 0, NULL); in al_attach()
/freebsd/sys/dev/msk/
H A Dif_msk.c497 case IFM_1000_LX: in msk_miibus_statchg()
/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c3818 ifm_type = (IFM_1000_SX | IFM_1000_LX); in qlnx_get_optics()
/freebsd/sys/dev/ice/
H A Dice_lib.c979 return IFM_1000_LX; in ice_get_phy_type_low()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c3443 return (IFM_1000_LX); in port_mword()