Home
last modified time | relevance | path

Searched refs:IFM_UNKNOWN (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h704 #define QLNX_IFM_100G_SR4 IFM_UNKNOWN
705 #define QLNX_IFM_100G_LR4 IFM_UNKNOWN
712 #define QLNX_IFM_25G_SR IFM_UNKNOWN
713 #define QLNX_IFM_25G_CR IFM_UNKNOWN
H A Dqlnx_os.c3835 ifm_type = IFM_UNKNOWN; in qlnx_get_optics()
/freebsd/sys/dev/sfxge/
H A Dsfxge.h83 #define IFM_10G_T IFM_UNKNOWN
91 #define IFM_40G_CR4 IFM_UNKNOWN
/freebsd/sys/net/
H A Dif_media.h164 #define IFM_UNKNOWN 25 /* media types not defined yet */ macro
458 { IFM_UNKNOWN, "Unknown" }, \
/freebsd/sys/powerpc/pseries/
H A Dphyp_llan.c270 ifmr->ifm_status = IFM_AVALID | IFM_ACTIVE | IFM_UNKNOWN | IFM_FDX; in llan_media_status()
/freebsd/sys/dev/iavf/
H A Diavf_vc_common.c1020 return IFM_UNKNOWN; in iavf_ext_speed_to_ifmedia()
/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c2034 return (IFM_UNKNOWN); in cxgb_ifm_type()
2038 return (IFM_UNKNOWN); in cxgb_ifm_type()
/freebsd/sys/dev/ixl/
H A Dif_ixl.c1641 ifmr->ifm_active |= IFM_UNKNOWN; in ixl_if_media_status()
/freebsd/sys/dev/ice/
H A Dice_lib.c962 * ifm_active bit associated. Return IFM_UNKNOWN when phy_type_low is unknown. in ice_get_phy_type_low()
1099 return IFM_UNKNOWN; in ice_get_phy_type_high()
1108 * ifm_active bit associated. Return IFM_UNKNOWN on an unknown value. Note
1147 return IFM_UNKNOWN; in ice_phy_types_to_max_rate()
1328 if (ostype == IFM_UNKNOWN) in ice_configure_rxq_interrupt()
1348 if (ostype == IFM_UNKNOWN) in ice_configure_all_rxq_interrupts()
H A Dif_ice_iflib.c1945 ifmr->ifm_active |= IFM_UNKNOWN; in ice_if_media_status()
/freebsd/sys/dev/alc/
H A Dif_alc.c1342 alc_aspm(sc, 1, IFM_UNKNOWN); in alc_init_pcie()
4329 alc_aspm(sc, 0, IFM_UNKNOWN); in alc_stop()
/freebsd/sys/dev/ena/
H A Dena.c2367 ifmr->ifm_active |= IFM_UNKNOWN | IFM_FDX; in ena_media_status()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c3616 return (IFM_UNKNOWN); in port_mword()
6076 } else if (mword == IFM_UNKNOWN) in build_medialist()
6083 ifmedia_add4(ifm, IFM_ETHER | IFM_FDX | IFM_UNKNOWN); in build_medialist()
/freebsd/sys/dev/ixgbe/
H A Dif_ix.c2508 ifmr->ifm_active |= IFM_UNKNOWN; in ixgbe_if_media_status()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c3017 int active_media = IFM_UNKNOWN; in bnxt_media_status()