Lines Matching refs:xmtr_tech
3934 u16 xmtr_tech = (sfpmem->srlid_base.xcvr[4] & 0x3) << 7 | in bfa_sfp_media_get() local
3939 bfa_trc(sfp, xmtr_tech); in bfa_sfp_media_get()
3941 if ((xmtr_tech & SFP_XMTR_TECH_CU) || in bfa_sfp_media_get()
3942 (xmtr_tech & SFP_XMTR_TECH_CP) || in bfa_sfp_media_get()
3943 (xmtr_tech & SFP_XMTR_TECH_CA)) in bfa_sfp_media_get()
3945 else if ((xmtr_tech & SFP_XMTR_TECH_EL_INTRA) || in bfa_sfp_media_get()
3946 (xmtr_tech & SFP_XMTR_TECH_EL_INTER)) in bfa_sfp_media_get()
3948 else if ((xmtr_tech & SFP_XMTR_TECH_LL) || in bfa_sfp_media_get()
3949 (xmtr_tech & SFP_XMTR_TECH_LC)) in bfa_sfp_media_get()
3951 else if ((xmtr_tech & SFP_XMTR_TECH_SL) || in bfa_sfp_media_get()
3952 (xmtr_tech & SFP_XMTR_TECH_SN) || in bfa_sfp_media_get()
3953 (xmtr_tech & SFP_XMTR_TECH_SA)) in bfa_sfp_media_get()