Searched refs:sphy (Results 1 – 4 of 4) sorted by relevance
653 struct sas_phy *sphy = sas_phy->phy; in hisi_sas_bytes_dmaed() local655 sphy->negotiated_linkrate = sas_phy->linkrate; in hisi_sas_bytes_dmaed()656 sphy->minimum_linkrate_hw = SAS_LINK_RATE_1_5_GBPS; in hisi_sas_bytes_dmaed()657 sphy->maximum_linkrate_hw = in hisi_sas_bytes_dmaed()660 sphy->minimum_linkrate = phy->minimum_linkrate; in hisi_sas_bytes_dmaed()663 sphy->maximum_linkrate = phy->maximum_linkrate; in hisi_sas_bytes_dmaed()1089 struct sas_phy *sphy = aphy->phy; in hisi_sas_phy_enable() local1100 sphy->negotiated_linkrate = SAS_PHY_DISABLED; in hisi_sas_phy_enable()2099 struct sas_phy *sphy = sas_phy->phy; in hisi_sas_phy_disconnected() local2108 sphy->negotiated_linkrate = SAS_LINK_RATE_UNKNOWN; in hisi_sas_phy_disconnected()[all …]
1811 struct sas_phy *sphy = sas_phy->phy; in phy_get_events_v3_hw() local1819 sphy->loss_of_dword_sync_count += reg_value; in phy_get_events_v3_hw()1823 sphy->phy_reset_problem_count += reg_value; in phy_get_events_v3_hw()1827 sphy->invalid_dword_count += reg_value; in phy_get_events_v3_hw()1831 sphy->running_disparity_error_count += reg_value; in phy_get_events_v3_hw()1875 struct sas_phy *sphy = sas_phy->phy; in handle_chl_int2_v3_hw() local1881 sphy->invalid_dword_count); in handle_chl_int2_v3_hw()1889 sphy->running_disparity_error_count); in handle_chl_int2_v3_hw()
1563 struct sas_phy *sphy = sas_phy->phy; in phy_get_events_v2_hw() local1572 sphy->loss_of_dword_sync_count += (err4_reg_val >> 16) & 0xFFFF; in phy_get_events_v2_hw()1573 sphy->phy_reset_problem_count += err4_reg_val & 0xFFFF; in phy_get_events_v2_hw()1574 sphy->invalid_dword_count += (err6_reg_val & 0xFF0000) >> 16; in phy_get_events_v2_hw()1575 sphy->running_disparity_error_count += err6_reg_val & 0xFF; in phy_get_events_v2_hw()
226 struct sas_phy *sphy = sas_phy->phy; in mvs_bytes_dmaed() local228 sphy->negotiated_linkrate = sas_phy->linkrate; in mvs_bytes_dmaed()229 sphy->minimum_linkrate = phy->minimum_linkrate; in mvs_bytes_dmaed()230 sphy->minimum_linkrate_hw = SAS_LINK_RATE_1_5_GBPS; in mvs_bytes_dmaed()231 sphy->maximum_linkrate = phy->maximum_linkrate; in mvs_bytes_dmaed()232 sphy->maximum_linkrate_hw = MVS_CHIP_DISP->phy_max_link_rate(); in mvs_bytes_dmaed()297 struct sas_phy *sphy = dev->phy; in mvs_task_prep_smp() local298 struct asd_sas_phy *sas_phy = sha->sas_phy[sphy->number]; in mvs_task_prep_smp()