Home
last modified time | relevance | path

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

/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 Dodm_HWConfig.h62 void odm_phy_status_query(struct dm_odm_t *dm_odm, struct odm_phy_info *phy_info,
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c423 u8 sq_smp = src->phy_info.signal_quality; in update_network()
441 ss_final = ((u32)(src->phy_info.signal_strength) + (u32)(dst->phy_info.signal_strength) * 4) / 5; in update_network()
442 sq_final = ((u32)(src->phy_info.signal_quality) + (u32)(dst->phy_info.signal_quality) * 4) / 5; in update_network()
446 ss_final = dst->phy_info.signal_strength; in update_network()
447 sq_final = dst->phy_info.signal_quality; in update_network()
458 dst->phy_info.signal_strength = ss_final; in update_network()
459 dst->phy_info.signal_quality = sq_final; in update_network()
533 if (pnetwork->network.phy_info.signal_quality == 101) in rtw_update_scanned_network()
534 pnetwork->network.phy_info.signal_quality = 0; in rtw_update_scanned_network()
550 if (pnetwork->network.phy_info.signal_quality == 101) in rtw_update_scanned_network()
[all …]
H A Drtw_mlme_ext.c3933 bssid->rssi = precv_frame->u.hdr.attrib.phy_info.RecvSignalPower; /* in dBM.raw data */ in collect_bss_info()
3934 …bssid->phy_info.signal_quality = precv_frame->u.hdr.attrib.phy_info.SignalQuality;/* in percentage… in collect_bss_info()
3935 …bssid->phy_info.signal_strength = precv_frame->u.hdr.attrib.phy_info.SignalStrength;/* in percenta… in collect_bss_info()
4036 bssid->phy_info.signal_quality = 101; in collect_bss_info()
/linux/drivers/staging/rtl8723bs/include/
H A Dwlan_bssdef.h167 struct wlan_phy_info phy_info; member
/linux/drivers/net/wireless/realtek/rtw88/
H A Ddebug.c93 struct rtw_debugfs_priv phy_info; member
1235 .phy_info = rtw_debug_priv_get(phy_info),
1272 rtw_debugfs_add_r(phy_info); in rtw_debugfs_add_basic()
/linux/drivers/net/ethernet/intel/e1000e/
H A De1000.h289 struct e1000_phy_info phy_info; member
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c4379 struct info_10gbt_phy_fw *phy_info; in adap_init0_phy() local
4383 phy_info = find_phy_info(adap->pdev->device); in adap_init0_phy()
4384 if (!phy_info) { in adap_init0_phy()
4395 ret = request_firmware_direct(&phyf, phy_info->phy_fw_file, in adap_init0_phy()
4406 phy_info->phy_fw_file, -ret); in adap_init0_phy()
4407 if (phy_info->phy_flash) { in adap_init0_phy()
4421 ret = t4_load_phy_fw(adap, MEMWIN_NIC, phy_info->phy_fw_version, in adap_init0_phy()
4429 if (phy_info->phy_fw_version) in adap_init0_phy()
4430 new_phy_fw_ver = phy_info->phy_fw_version(phyf->data, in adap_init0_phy()
4434 phy_info->phy_fw_file, new_phy_fw_ver); in adap_init0_phy()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c1107 struct ice_phy_info *phy_info; in ice_link_event() local
1113 phy_info = &pi->phy; in ice_link_event()
1114 phy_info->link_info_old = phy_info->link_info; in ice_link_event()
1116 old_link = !!(phy_info->link_info_old.link_info & ICE_AQ_LINK_UP); in ice_link_event()
1117 old_link_speed = phy_info->link_info_old.link_speed; in ice_link_event()
1133 if (phy_info->link_info.link_info & ICE_AQ_LINK_UP) in ice_link_event()
H A Dice_common.c4103 struct ice_phy_info *phy_info; in ice_get_link_status() local
4109 phy_info = &pi->phy; in ice_get_link_status()
4111 if (phy_info->get_link_info) { in ice_get_link_status()
4119 *link_up = phy_info->link_info.link_info & ICE_AQ_LINK_UP; in ice_get_link_status()
/linux/drivers/media/platform/ti/cal/
H A Dcal.c797 phy_info(phy, "Rejecting subdev %s (Already set!!)", in cal_async_notifier_bound()
/linux/drivers/net/wireless/realtek/rtw89/
H A Ddebug.c87 struct rtw89_debugfs_priv phy_info; member
4899 .phy_info = rtw89_debug_priv_get(phy_info),
4947 rtw89_debugfs_add_r(phy_info); in rtw89_debugfs_add_sec1()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h285 s32 e1000_phy_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info);
H A De1000_ethtool.c146 cmd->base.eth_tp_mdix = (!!adapter->phy_info.mdix_mode ? in e1000_get_link_ksettings()
H A De1000_main.c695 e1000_phy_get_info(hw, &adapter->phy_info); in e1000_reset()
2348 e1000_phy_get_info(&adapter->hw, &adapter->phy_info); in e1000_update_phy_info_task()
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c282 …notify_signal = 100 * translate_percentage_to_dbm(pnetwork->network.phy_info.signal_strength);/* d… in rtw_cfg80211_inform_bss()