Home
last modified time | relevance | path

Searched refs:phy_info (Results 1 – 25 of 29) sorted by relevance

12

/drivers/message/fusion/
Dmptsas.c113 struct mptsas_phyinfo *phy_info, struct sas_rphy *rphy);
121 struct mptsas_phyinfo *phy_info);
123 struct mptsas_phyinfo *phy_info);
389 if (port_info->phy_info[i].identify.handle == handle) { in mptsas_find_portinfo_by_handle()
419 if (port_info->phy_info[i].identify.sas_address == in mptsas_find_portinfo_by_sas_address()
454 struct mptsas_phyinfo *phy_info; in mptsas_port_delete() local
461 phy_info = port_info->phy_info; in mptsas_port_delete()
468 for (i = 0; i < port_info->num_phys; i++, phy_info++) { in mptsas_port_delete()
469 if(phy_info->port_details != port_details) in mptsas_port_delete()
471 memset(&phy_info->attached, 0, sizeof(struct mptsas_devinfo)); in mptsas_port_delete()
[all …]
Dmptsas.h176 struct mptsas_phyinfo *phy_info; member
/drivers/gpu/drm/i915/display/
Dintel_dpio_phy.c240 const struct bxt_ddi_phy_info *phy_info, *phys; in bxt_port_to_phy_channel() local
246 phy_info = &phys[i]; in bxt_port_to_phy_channel()
248 if (port == phy_info->channel[DPIO_CH0].port) { in bxt_port_to_phy_channel()
254 if (phy_info->dual_channel && in bxt_port_to_phy_channel()
255 port == phy_info->channel[DPIO_CH1].port) { in bxt_port_to_phy_channel()
313 const struct bxt_ddi_phy_info *phy_info; in bxt_ddi_phy_is_enabled() local
315 phy_info = bxt_get_phy_info(dev_priv, phy); in bxt_ddi_phy_is_enabled()
317 if (!(I915_READ(BXT_P_CR_GT_DISP_PWRON) & phy_info->pwron_mask)) in bxt_ddi_phy_is_enabled()
356 const struct bxt_ddi_phy_info *phy_info; in _bxt_ddi_phy_init() local
359 phy_info = bxt_get_phy_info(dev_priv, phy); in _bxt_ddi_phy_init()
[all …]
/drivers/net/wireless/intel/iwlwifi/mvm/
Drx.c155 struct iwl_rx_phy_info *phy_info, in iwl_mvm_get_signal_strength() argument
162 le32_to_cpu(phy_info->non_cfg_phy[IWL_RX_INFO_ENERGY_ANT_ABC_IDX]); in iwl_mvm_get_signal_strength()
179 rx_status->chains = (le16_to_cpu(phy_info->phy_flags) & in iwl_mvm_get_signal_strength()
259 struct iwl_rx_phy_info *phy_info, in iwl_mvm_rx_handle_tcm() argument
287 mdata->rx.airtime += le16_to_cpu(phy_info->frame_time); in iwl_mvm_rx_handle_tcm()
348 struct iwl_rx_phy_info *phy_info; in iwl_mvm_rx_rx_mpdu() local
357 phy_info = &mvm->last_phy_info; in iwl_mvm_rx_rx_mpdu()
397 rate_n_flags = le32_to_cpu(phy_info->rate_n_flags); in iwl_mvm_rx_rx_mpdu()
400 rx_status->mactime = le64_to_cpu(phy_info->timestamp); in iwl_mvm_rx_rx_mpdu()
401 rx_status->device_timestamp = le32_to_cpu(phy_info->system_timestamp); in iwl_mvm_rx_rx_mpdu()
[all …]
Drxmq.c307 struct ieee80211_rx_status *stats, u16 phy_info, in iwl_mvm_rx_crypto() argument
320 if (phy_info & IWL_RX_MPDU_PHY_AMPDU && in iwl_mvm_rx_crypto()
1381 u32 rate_n_flags, u16 phy_info, int queue) in iwl_mvm_rx_he() argument
1415 if (!queue && !(phy_info & IWL_RX_MPDU_PHY_AMPDU)) { in iwl_mvm_rx_he()
1422 if (phy_info & IWL_RX_MPDU_PHY_TSF_OVERLOAD) in iwl_mvm_rx_he()
1427 if (!queue && (phy_info & IWL_RX_MPDU_PHY_TSF_OVERLOAD) && in iwl_mvm_rx_he()
1428 (phy_info & IWL_RX_MPDU_PHY_AMPDU)) { in iwl_mvm_rx_he()
1429 bool toggle_bit = phy_info & IWL_RX_MPDU_PHY_AMPDU_TOGGLE; in iwl_mvm_rx_he()
1557 u16 phy_info = le16_to_cpu(desc->phy_info); in iwl_mvm_rx_mpdu_mq() local
1597 if (phy_info & IWL_RX_MPDU_PHY_TSF_OVERLOAD) in iwl_mvm_rx_mpdu_mq()
[all …]
/drivers/net/ethernet/intel/e1000/
De1000_hw.c26 struct e1000_phy_info *phy_info);
28 struct e1000_phy_info *phy_info);
3242 struct e1000_phy_info *phy_info) in e1000_phy_igp_get_info() argument
3251 phy_info->downshift = (e1000_downshift) hw->speed_downgraded; in e1000_phy_igp_get_info()
3254 phy_info->extended_10bt_distance = e1000_10bt_ext_dist_enable_normal; in e1000_phy_igp_get_info()
3257 phy_info->polarity_correction = e1000_polarity_reversal_enabled; in e1000_phy_igp_get_info()
3264 phy_info->cable_polarity = polarity; in e1000_phy_igp_get_info()
3270 phy_info->mdix_mode = in e1000_phy_igp_get_info()
3283 phy_info->local_rx = ((phy_data & SR_1000T_LOCAL_RX_STATUS) >> in e1000_phy_igp_get_info()
3286 phy_info->remote_rx = ((phy_data & SR_1000T_REMOTE_RX_STATUS) >> in e1000_phy_igp_get_info()
[all …]
De1000.h277 struct e1000_phy_info phy_info; member
De1000_hw.h285 s32 e1000_phy_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info);
/drivers/staging/rtl8723bs/hal/
Drtl8723b_rxdesc.c26 signal_stat->total_val += pattrib->phy_info.SignalStrength; in process_rssi()
52 signal_stat->total_val += pattrib->phy_info.SignalQuality; in process_link_qual()
Drtl8723bs_recv.c84 (struct odm_phy_info *)(&pattrib->phy_info); in update_recvframe_phyinfo()
139 psta->rssi = pattrib->phy_info.RecvSignalPower; in update_recvframe_phyinfo()
Dhal_com.c1666 struct odm_phy_info *pPhyInfo = (PODM_PHY_INFO_T)(&pattrib->phy_info); in rtw_store_phy_info()
/drivers/staging/rtl8188eu/include/
Drtw_recv.h67 struct phy_info { struct
127 struct phy_info phy_info; member
/drivers/staging/rtl8188eu/hal/
Drtl8188e_rxdesc.c25 signal_stat->total_val += pattrib->phy_info.SignalStrength; in process_rssi()
48 signal_stat->total_val += pattrib->phy_info.SignalQuality; in process_link_qual()
134 struct odm_phy_status_info *pPHYInfo = (struct odm_phy_status_info *)(&pattrib->phy_info); in update_recvframe_phyinfo_88e()
/drivers/staging/rtl8723bs/include/
Drtw_recv.h93 struct phy_info { struct
185 struct phy_info phy_info; member
/drivers/net/ethernet/freescale/fs_enet/
Dfs_enet.h98 struct phy_info { struct
142 const struct phy_info *phy;
/drivers/net/wireless/intel/iwlwifi/fw/api/
Drx.h642 __le16 phy_info; member
739 __le32 phy_info[2]; member
/drivers/infiniband/hw/ocrdma/
Docrdma.h229 struct phy_info { struct
283 struct phy_info phy;
/drivers/net/ethernet/emulex/benet/
Dbe.h384 struct phy_info { struct
660 struct phy_info phy;
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c3915 struct info_10gbt_phy_fw *phy_info; in adap_init0_phy() local
3919 phy_info = find_phy_info(adap->pdev->device); in adap_init0_phy()
3920 if (!phy_info) { in adap_init0_phy()
3931 ret = request_firmware_direct(&phyf, phy_info->phy_fw_file, in adap_init0_phy()
3942 phy_info->phy_fw_file, -ret); in adap_init0_phy()
3943 if (phy_info->phy_flash) { in adap_init0_phy()
3958 phy_info->phy_fw_version, in adap_init0_phy()
3966 if (phy_info->phy_fw_version) in adap_init0_phy()
3967 new_phy_fw_ver = phy_info->phy_fw_version(phyf->data, in adap_init0_phy()
3971 phy_info->phy_fw_file, new_phy_fw_ver); in adap_init0_phy()
/drivers/net/ethernet/intel/e1000e/
De1000.h285 struct e1000_phy_info phy_info; member
/drivers/net/ethernet/intel/ice/
Dice_main.c818 struct ice_phy_info *phy_info; in ice_link_event() local
824 phy_info = &pi->phy; in ice_link_event()
825 phy_info->link_info_old = phy_info->link_info; in ice_link_event()
827 old_link = !!(phy_info->link_info_old.link_info & ICE_AQ_LINK_UP); in ice_link_event()
828 old_link_speed = phy_info->link_info_old.link_speed; in ice_link_event()
Dice_common.c2430 struct ice_phy_info *phy_info; in ice_get_link_status() local
2436 phy_info = &pi->phy; in ice_get_link_status()
2438 if (phy_info->get_link_info) { in ice_get_link_status()
2447 *link_up = phy_info->link_info.link_info & ICE_AQ_LINK_UP; in ice_get_link_status()
/drivers/net/ethernet/intel/igb/
Digb.h524 struct e1000_phy_info phy_info; member
/drivers/net/ethernet/dec/tulip/
Dde4x5.c536 static struct phy_table phy_info[] = { variable
4973 int i, j, k, n, limit=ARRAY_SIZE(phy_info); in mii_get_phy()
4987 if (id != phy_info[j].id) continue; /* ID match? */ in mii_get_phy()
4991 (char *)&phy_info[j], sizeof(struct phy_table)); in mii_get_phy()
/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c2057 bssid->Rssi = precv_frame->attrib.phy_info.recvpower; in collect_bss_info()
2058 bssid->PhyInfo.SignalQuality = precv_frame->attrib.phy_info.SignalQuality;/* in percentage */ in collect_bss_info()
2059 bssid->PhyInfo.SignalStrength = precv_frame->attrib.phy_info.SignalStrength;/* in percentage */ in collect_bss_info()

12