Home
last modified time | relevance | path

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

12

/linux/drivers/message/fusion/
H A Dmptsas.c488 phy_info = port_info->phy_info; in mptsas_port_delete()
866 phy_info = port_info->phy_info; in mptsas_setup_wide_ports()
889 phy_info->phy_id, phy_info->phy)); in mptsas_setup_wide_ports()
898 phy_info = port_info->phy_info; in mptsas_setup_wide_ports()
3491 phy_info = expander->phy_info; in mptsas_delete_expander_siblings()
3500 phy_info = expander->phy_info; in mptsas_delete_expander_siblings()
3577 phy_info = parent->phy_info; in mptsas_expander_delete()
3591 phy_info->phy_id, phy_info->phy); in mptsas_expander_delete()
3688 port_info->phy_info = buffer.phy_info; in mptsas_expander_add()
4148 phy_info = &port_info->phy_info[i]; in mptsas_find_phyinfo_by_sas_address()
[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
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()
168 phy_info->signal_quality = sq; in odm_rx_phy_status_parsing()
188 phy_info->rx_pwr[i] = rx_pwr[i]; in odm_rx_phy_status_parsing()
207 phy_info->rx_pwd_ba11 = pwdb_all; in odm_rx_phy_status_parsing()
208 phy_info->bt_rx_rssi_percentage = pwdb_all_bt; in odm_rx_phy_status_parsing()
209 phy_info->rx_power = rx_pwr_all; in odm_rx_phy_status_parsing()
210 phy_info->recv_signal_power = rx_pwr_all; 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.c82 (struct odm_phy_info *)(&pattrib->phy_info); in update_recvframe_phyinfo()
134 psta->rssi = pattrib->phy_info.RecvSignalPower; in update_recvframe_phyinfo()
H A Dhal_com.c928 struct odm_phy_info *pPhyInfo = (PODM_PHY_INFO_T)(&pattrib->phy_info); in rtw_store_phy_info()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dpio_phy.c252 phy_info = &phys[i]; in bxt_port_to_phy_channel()
260 if (phy_info->dual_channel && in bxt_port_to_phy_channel()
355 const struct bxt_dpio_phy_info *phy_info; in bxt_dpio_phy_is_enabled() local
399 const struct bxt_dpio_phy_info *phy_info; in _bxt_dpio_phy_init() local
406 if (phy_info->rcomp_phy != -1) in _bxt_dpio_phy_init()
446 if (phy_info->dual_channel) in _bxt_dpio_phy_init()
450 if (phy_info->rcomp_phy != -1) { in _bxt_dpio_phy_init()
471 if (phy_info->reset_delay) in _bxt_dpio_phy_init()
472 udelay(phy_info->reset_delay); in _bxt_dpio_phy_init()
572 if (phy_info->dual_channel) in bxt_dpio_phy_verify_state()
[all …]
/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
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()
358 iwl_mvm_get_signal_strength(mvm, phy_info, rx_status); in iwl_mvm_rx_rx_mpdu()
454 iwl_mvm_rx_handle_tcm(mvm, sta, hdr, len, phy_info, in iwl_mvm_rx_rx_mpdu()
[all …]
H A Drxmq.c373 if (phy_info & IWL_RX_MPDU_PHY_AMPDU && in iwl_mvm_rx_crypto()
930 u16 phy_info; member
1606 u16 phy_info = phy_data->phy_info; in iwl_mvm_rx_eht() local
1631 if (!queue && !(phy_info & IWL_RX_MPDU_PHY_AMPDU)) { in iwl_mvm_rx_eht()
1646 if (phy_info & IWL_RX_MPDU_PHY_TSF_OVERLOAD) in iwl_mvm_rx_eht()
1761 u16 phy_info = phy_data->phy_info; in iwl_mvm_rx_he() local
1780 if (phy_info & IWL_RX_MPDU_PHY_TSF_OVERLOAD) in iwl_mvm_rx_he()
2099 phy_data.phy_info = le16_to_cpu(desc->phy_info); in iwl_mvm_rx_mpdu_mq()
2377 phy_data.d0 = desc->phy_info[0]; in iwl_mvm_rx_monitor_no_data()
2378 phy_data.d1 = desc->phy_info[1]; in iwl_mvm_rx_monitor_no_data()
[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
3257 phy_info->cable_polarity = polarity; in e1000_phy_igp_get_info()
3263 phy_info->mdix_mode = in e1000_phy_igp_get_info()
3313 struct e1000_phy_info *phy_info) in e1000_phy_m88_get_info() argument
3328 phy_info->extended_10bt_distance = in e1000_phy_m88_get_info()
3333 phy_info->polarity_correction = in e1000_phy_m88_get_info()
3341 phy_info->cable_polarity = polarity; in e1000_phy_m88_get_info()
3347 phy_info->mdix_mode = in e1000_phy_m88_get_info()
[all …]
H A De1000.h276 struct e1000_phy_info phy_info; member
/linux/drivers/staging/rtl8723bs/include/
H A Drtw_recv.h81 struct phy_info { struct
167 struct phy_info phy_info; member
H A Dwlan_bssdef.h167 struct wlan_phy_info phy_info; member
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c401 u8 sq_smp = src->phy_info.signal_quality; in update_network()
419 ss_final = ((u32)(src->phy_info.signal_strength)+(u32)(dst->phy_info.signal_strength)*4)/5; in update_network()
420 sq_final = ((u32)(src->phy_info.signal_quality)+(u32)(dst->phy_info.signal_quality)*4)/5; in update_network()
424 ss_final = dst->phy_info.signal_strength; in update_network()
425 sq_final = dst->phy_info.signal_quality; in update_network()
437 dst->phy_info.signal_strength = ss_final; in update_network()
438 dst->phy_info.signal_quality = sq_final; in update_network()
513 if (pnetwork->network.phy_info.signal_quality == 101) in rtw_update_scanned_network()
514 pnetwork->network.phy_info.signal_quality = 0; in rtw_update_scanned_network()
530 if (pnetwork->network.phy_info.signal_quality == 101) in rtw_update_scanned_network()
[all …]
H A Drtw_mlme_ext.c3963 bssid->rssi = precv_frame->u.hdr.attrib.phy_info.RecvSignalPower; /* in dBM.raw data */ in collect_bss_info()
3964 …bssid->phy_info.signal_quality = precv_frame->u.hdr.attrib.phy_info.SignalQuality;/* in percentage… in collect_bss_info()
3965 …bssid->phy_info.signal_strength = precv_frame->u.hdr.attrib.phy_info.SignalStrength;/* in percenta… in collect_bss_info()
4066 bssid->phy_info.signal_quality = 101; in collect_bss_info()
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Drx.h669 __le16 phy_info; member
802 __le32 phy_info[2]; member
828 __le32 phy_info[2]; member
/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet.h96 struct phy_info { struct
157 const struct phy_info *phy;
/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
/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.h409 struct mpi3_man8_phy_info phy_info[MPI3_MAN8_PHY_INFO_MAX]; member
1773 __le32 phy_info; member
1842 __le32 phy_info; member
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c4387 struct info_10gbt_phy_fw *phy_info; in adap_init0_phy() local
4391 phy_info = find_phy_info(adap->pdev->device); in adap_init0_phy()
4392 if (!phy_info) { in adap_init0_phy()
4403 ret = request_firmware_direct(&phyf, phy_info->phy_fw_file, in adap_init0_phy()
4414 phy_info->phy_fw_file, -ret); in adap_init0_phy()
4415 if (phy_info->phy_flash) { in adap_init0_phy()
4429 ret = t4_load_phy_fw(adap, MEMWIN_NIC, phy_info->phy_fw_version, in adap_init0_phy()
4437 if (phy_info->phy_fw_version) in adap_init0_phy()
4438 new_phy_fw_ver = phy_info->phy_fw_version(phyf->data, in adap_init0_phy()
4442 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

12