Home
last modified time | relevance | path

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

12

/linux/drivers/message/fusion/
H A Dmptsas.c113 struct mptsas_phyinfo *phy_info, struct sas_rphy *rphy);
121 struct mptsas_phyinfo *phy_info);
123 struct mptsas_phyinfo *phy_info);
414 if (port_info->phy_info[i].identify.handle == handle) { in mptsas_find_portinfo_by_handle()
446 if (port_info->phy_info[i].identify.sas_address == in mptsas_find_portinfo_by_sas_address()
481 struct mptsas_phyinfo *phy_info; in mptsas_port_delete() local
488 phy_info = port_info->phy_info; in mptsas_port_delete()
495 for (i = 0; i < port_info->num_phys; i++, phy_info++) { in mptsas_port_delete()
496 if(phy_info->port_details != port_details) in mptsas_port_delete()
498 memset(&phy_info->attached, 0, sizeof(struct mptsas_devinfo)); in mptsas_port_delete()
[all …]
H A Dmptsas.h177 struct mptsas_phyinfo *phy_info; member
/linux/drivers/staging/rtl8723bs/hal/
H A Dodm_HWConfig.c102 struct odm_phy_info *phy_info, in odm_rx_phy_status_parsing() argument
116 phy_info->rx_mimo_signal_quality[RF_PATH_A] = -1; in odm_rx_phy_status_parsing()
117 phy_info->rx_mimo_signal_quality[RF_PATH_B] = -1; in odm_rx_phy_status_parsing()
144 phy_info->rx_pwd_ba11 = pwdb_all; in odm_rx_phy_status_parsing()
145 phy_info->bt_rx_rssi_percentage = pwdb_all; in odm_rx_phy_status_parsing()
146 phy_info->recv_signal_power = rx_pwr_all; in odm_rx_phy_status_parsing()
154 if (phy_info->rx_pwd_ba11 > 40 && !dm_odm->bInHctTest) in odm_rx_phy_status_parsing()
168 phy_info->signal_quality = sq; in odm_rx_phy_status_parsing()
169 phy_info->rx_mimo_signal_quality[RF_PATH_A] = sq; in odm_rx_phy_status_parsing()
170 phy_info->rx_mimo_signal_quality[RF_PATH_B] = -1; in odm_rx_phy_status_parsing()
[all …]
H A Drtl8723b_rxdesc.c24 signal_stat->total_val += pattrib->phy_info.SignalStrength; in process_rssi()
48 signal_stat->total_val += pattrib->phy_info.SignalQuality; in process_link_qual()
H A Dodm_HWConfig.h62 void odm_phy_status_query(struct dm_odm_t *dm_odm, struct odm_phy_info *phy_info,
H A Drtl8723bs_recv.c81 (struct odm_phy_info *)(&pattrib->phy_info); in update_recvframe_phyinfo()
133 psta->rssi = pattrib->phy_info.RecvSignalPower; in update_recvframe_phyinfo()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c103 struct iwl_rx_phy_info *phy_info, in iwl_mvm_get_signal_strength() argument
110 le32_to_cpu(phy_info->non_cfg_phy[IWL_RX_INFO_ENERGY_ANT_ABC_IDX]); in iwl_mvm_get_signal_strength()
123 rx_status->chains = (le16_to_cpu(phy_info->phy_flags) & in iwl_mvm_get_signal_strength()
202 struct iwl_rx_phy_info *phy_info, in iwl_mvm_rx_handle_tcm() argument
234 mdata->rx.airtime += le16_to_cpu(phy_info->frame_time); in iwl_mvm_rx_handle_tcm()
294 struct iwl_rx_phy_info *phy_info; in iwl_mvm_rx_rx_mpdu() local
308 phy_info = &mvm->last_phy_info; in iwl_mvm_rx_rx_mpdu()
343 rate_n_flags = le32_to_cpu(phy_info->rate_n_flags); in iwl_mvm_rx_rx_mpdu()
346 rx_status->mactime = le64_to_cpu(phy_info->timestamp); in iwl_mvm_rx_rx_mpdu()
347 rx_status->device_timestamp = le32_to_cpu(phy_info->system_timestamp); in iwl_mvm_rx_rx_mpdu()
[all …]
H A Drxmq.c360 struct ieee80211_rx_status *stats, u16 phy_info, in iwl_mvm_rx_crypto() argument
373 if (phy_info & IWL_RX_MPDU_PHY_AMPDU && in iwl_mvm_rx_crypto()
920 u16 phy_info; member
1596 u16 phy_info = phy_data->phy_info; in iwl_mvm_rx_eht() local
1621 if (!queue && !(phy_info & IWL_RX_MPDU_PHY_AMPDU)) { in iwl_mvm_rx_eht()
1629 if (!queue && (phy_info & IWL_RX_MPDU_PHY_TSF_OVERLOAD) && in iwl_mvm_rx_eht()
1630 (phy_info & IWL_RX_MPDU_PHY_AMPDU) && phy_data->first_subframe) { in iwl_mvm_rx_eht()
1636 if (phy_info & IWL_RX_MPDU_PHY_TSF_OVERLOAD) in iwl_mvm_rx_eht()
1751 u16 phy_info = phy_data->phy_info; in iwl_mvm_rx_he() local
1763 if (!queue && !(phy_info & IWL_RX_MPDU_PHY_AMPDU)) { in iwl_mvm_rx_he()
[all …]
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c27 struct e1000_phy_info *phy_info);
29 struct e1000_phy_info *phy_info);
3235 struct e1000_phy_info *phy_info) in e1000_phy_igp_get_info() argument
3244 phy_info->downshift = (e1000_downshift) hw->speed_downgraded; in e1000_phy_igp_get_info()
3247 phy_info->extended_10bt_distance = e1000_10bt_ext_dist_enable_normal; in e1000_phy_igp_get_info()
3250 phy_info->polarity_correction = e1000_polarity_reversal_enabled; in e1000_phy_igp_get_info()
3257 phy_info->cable_polarity = polarity; in e1000_phy_igp_get_info()
3263 phy_info->mdix_mode = in e1000_phy_igp_get_info()
3275 phy_info->local_rx = FIELD_GET(SR_1000T_LOCAL_RX_STATUS, in e1000_phy_igp_get_info()
3278 phy_info->remote_rx = FIELD_GET(SR_1000T_REMOTE_RX_STATUS, in e1000_phy_igp_get_info()
[all …]
H A De1000.h276 struct e1000_phy_info phy_info; member
/linux/drivers/staging/rtl8723bs/include/
H A Drtw_recv.h69 struct phy_info { struct
155 struct phy_info phy_info; member
H A Dwlan_bssdef.h167 struct wlan_phy_info phy_info; member
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Drx.h669 __le16 phy_info; member
810 __le32 phy_info[2]; member
836 __le32 phy_info[2]; member
/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma.h227 struct phy_info { struct
281 struct phy_info phy;
/linux/drivers/media/platform/ti/cal/
H A Dcal.h276 #define phy_info(phy, fmt, arg...) \ macro
H A Dcal.c796 phy_info(phy, "Rejecting subdev %s (Already set!!)", in cal_async_notifier_bound()
/linux/drivers/net/wireless/realtek/rtw88/
H A Ddebug.c93 struct rtw_debugfs_priv phy_info; member
1214 .phy_info = rtw_debug_priv_get(phy_info),
1251 rtw_debugfs_add_r(phy_info); in rtw_debugfs_add_basic()
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe.h382 struct phy_info { struct
656 struct phy_info phy;
/linux/drivers/net/ethernet/intel/e1000e/
H A De1000.h288 struct e1000_phy_info phy_info; member
/linux/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_cnfg.h414 struct mpi3_man8_phy_info phy_info[MPI3_MAN8_PHY_INFO_MAX]; member
1792 __le32 phy_info; member
1861 __le32 phy_info; member
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c4375 struct info_10gbt_phy_fw *phy_info; in adap_init0_phy() local
4379 phy_info = find_phy_info(adap->pdev->device); in adap_init0_phy()
4380 if (!phy_info) { in adap_init0_phy()
4391 ret = request_firmware_direct(&phyf, phy_info->phy_fw_file, in adap_init0_phy()
4402 phy_info->phy_fw_file, -ret); in adap_init0_phy()
4403 if (phy_info->phy_flash) { in adap_init0_phy()
4417 ret = t4_load_phy_fw(adap, MEMWIN_NIC, phy_info->phy_fw_version, in adap_init0_phy()
4425 if (phy_info->phy_fw_version) in adap_init0_phy()
4426 new_phy_fw_ver = phy_info->phy_fw_version(phyf->data, in adap_init0_phy()
4430 phy_info->phy_fw_file, new_phy_fw_ver); in adap_init0_phy()
/linux/drivers/net/ethernet/intel/igb/
H A Digb.h594 struct e1000_phy_info phy_info; member
/linux/drivers/net/wireless/realtek/rtw89/
H A Ddebug.c71 struct rtw89_debugfs_priv phy_info; member
3978 .phy_info = rtw89_debug_priv_get(phy_info),
4022 rtw89_debugfs_add_r(phy_info); in rtw89_debugfs_add_sec1()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c1103 struct ice_phy_info *phy_info; in ice_link_event() local
1109 phy_info = &pi->phy; in ice_link_event()
1110 phy_info->link_info_old = phy_info->link_info; in ice_link_event()
1112 old_link = !!(phy_info->link_info_old.link_info & ICE_AQ_LINK_UP); in ice_link_event()
1113 old_link_speed = phy_info->link_info_old.link_speed; in ice_link_event()
1129 if (phy_info->link_info.link_info & ICE_AQ_LINK_UP) in ice_link_event()
H A Dice_common.c3856 struct ice_phy_info *phy_info; in ice_get_link_status() local
3862 phy_info = &pi->phy; in ice_get_link_status()
3864 if (phy_info->get_link_info) { in ice_get_link_status()
3872 *link_up = phy_info->link_info.link_info & ICE_AQ_LINK_UP; in ice_get_link_status()

12