/linux/drivers/message/fusion/ |
H A D | mptsas.c | 113 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 D | mptsas.h | 177 struct mptsas_phyinfo *phy_info; member
|
/linux/drivers/staging/rtl8723bs/hal/ |
H A D | odm_HWConfig.c | 102 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 D | rtl8723b_rxdesc.c | 24 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 D | odm_HWConfig.h | 62 void odm_phy_status_query(struct dm_odm_t *dm_odm, struct odm_phy_info *phy_info,
|
H A D | rtl8723bs_recv.c | 81 (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 D | rx.c | 103 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 D | rxmq.c | 360 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 D | e1000_hw.c | 27 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 D | e1000.h | 276 struct e1000_phy_info phy_info; member
|
/linux/drivers/staging/rtl8723bs/include/ |
H A D | rtw_recv.h | 69 struct phy_info { struct 155 struct phy_info phy_info; member
|
H A D | wlan_bssdef.h | 167 struct wlan_phy_info phy_info; member
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | rx.h | 669 __le16 phy_info; member 810 __le32 phy_info[2]; member 836 __le32 phy_info[2]; member
|
/linux/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma.h | 227 struct phy_info { struct 281 struct phy_info phy;
|
/linux/drivers/media/platform/ti/cal/ |
H A D | cal.h | 276 #define phy_info(phy, fmt, arg...) \ macro
|
H A D | cal.c | 796 phy_info(phy, "Rejecting subdev %s (Already set!!)", in cal_async_notifier_bound()
|
/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | debug.c | 93 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 D | be.h | 382 struct phy_info { struct 656 struct phy_info phy;
|
/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | e1000.h | 288 struct e1000_phy_info phy_info; member
|
/linux/drivers/scsi/mpi3mr/mpi/ |
H A D | mpi30_cnfg.h | 414 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 D | cxgb4_main.c | 4375 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 D | igb.h | 594 struct e1000_phy_info phy_info; member
|
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | debug.c | 71 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 D | ice_main.c | 1103 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 D | ice_common.c | 3856 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()
|