Searched refs:sphy (Results 1 – 4 of 4) sorted by relevance
614 struct sas_phy *sphy = sas_phy->phy; in hisi_sas_bytes_dmaed() local616 sphy->negotiated_linkrate = sas_phy->linkrate; in hisi_sas_bytes_dmaed()617 sphy->minimum_linkrate_hw = SAS_LINK_RATE_1_5_GBPS; in hisi_sas_bytes_dmaed()618 sphy->maximum_linkrate_hw = in hisi_sas_bytes_dmaed()621 sphy->minimum_linkrate = phy->minimum_linkrate; in hisi_sas_bytes_dmaed()624 sphy->maximum_linkrate = phy->maximum_linkrate; in hisi_sas_bytes_dmaed()983 struct sas_phy *sphy = aphy->phy; in hisi_sas_phy_enable() local991 sphy->negotiated_linkrate = SAS_LINK_RATE_UNKNOWN; in hisi_sas_phy_enable()994 sphy->negotiated_linkrate = SAS_PHY_DISABLED; in hisi_sas_phy_enable()1930 struct sas_phy *sphy = sas_phy->phy; in hisi_sas_phy_disconnected() local[all …]
1773 struct sas_phy *sphy = sas_phy->phy; in phy_get_events_v3_hw() local1781 sphy->loss_of_dword_sync_count += reg_value; in phy_get_events_v3_hw()1785 sphy->phy_reset_problem_count += reg_value; in phy_get_events_v3_hw()1789 sphy->invalid_dword_count += reg_value; in phy_get_events_v3_hw()1793 sphy->running_disparity_error_count += reg_value; in phy_get_events_v3_hw()1837 struct sas_phy *sphy = sas_phy->phy; in handle_chl_int2_v3_hw() local1843 sphy->invalid_dword_count); in handle_chl_int2_v3_hw()1851 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()
236 struct sas_phy *sphy = sas_phy->phy; in mvs_bytes_dmaed() local238 sphy->negotiated_linkrate = sas_phy->linkrate; in mvs_bytes_dmaed()239 sphy->minimum_linkrate = phy->minimum_linkrate; in mvs_bytes_dmaed()240 sphy->minimum_linkrate_hw = SAS_LINK_RATE_1_5_GBPS; in mvs_bytes_dmaed()241 sphy->maximum_linkrate = phy->maximum_linkrate; in mvs_bytes_dmaed()242 sphy->maximum_linkrate_hw = MVS_CHIP_DISP->phy_max_link_rate(); in mvs_bytes_dmaed()307 struct sas_phy *sphy = dev->phy; in mvs_task_prep_smp() local308 struct asd_sas_phy *sas_phy = sha->sas_phy[sphy->number]; in mvs_task_prep_smp()
Completed in 45 milliseconds