Searched refs:sphy (Results 1 – 5 of 5) sorted by relevance
631 struct sas_phy *sphy = sas_phy->phy; in hisi_sas_bytes_dmaed() local633 sphy->negotiated_linkrate = sas_phy->linkrate; in hisi_sas_bytes_dmaed()634 sphy->minimum_linkrate_hw = SAS_LINK_RATE_1_5_GBPS; in hisi_sas_bytes_dmaed()635 sphy->maximum_linkrate_hw = in hisi_sas_bytes_dmaed()638 sphy->minimum_linkrate = phy->minimum_linkrate; in hisi_sas_bytes_dmaed()641 sphy->maximum_linkrate = phy->maximum_linkrate; in hisi_sas_bytes_dmaed()977 struct sas_phy *sphy = aphy->phy; in hisi_sas_phy_enable() local985 sphy->negotiated_linkrate = SAS_LINK_RATE_UNKNOWN; in hisi_sas_phy_enable()988 sphy->negotiated_linkrate = SAS_PHY_DISABLED; in hisi_sas_phy_enable()2275 struct sas_phy *sphy = sas_phy->phy; in hisi_sas_phy_disconnected() local[all …]
1743 struct sas_phy *sphy = sas_phy->phy; in phy_get_events_v3_hw() local1751 sphy->loss_of_dword_sync_count += reg_value; in phy_get_events_v3_hw()1755 sphy->phy_reset_problem_count += reg_value; in phy_get_events_v3_hw()1759 sphy->invalid_dword_count += reg_value; in phy_get_events_v3_hw()1763 sphy->running_disparity_error_count += reg_value; in phy_get_events_v3_hw()1807 struct sas_phy *sphy = sas_phy->phy; in handle_chl_int2_v3_hw() local1813 sphy->invalid_dword_count); in handle_chl_int2_v3_hw()1821 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()
235 struct sas_phy *sphy = sas_phy->phy; in mvs_bytes_dmaed() local237 sphy->negotiated_linkrate = sas_phy->linkrate; in mvs_bytes_dmaed()238 sphy->minimum_linkrate = phy->minimum_linkrate; in mvs_bytes_dmaed()239 sphy->minimum_linkrate_hw = SAS_LINK_RATE_1_5_GBPS; in mvs_bytes_dmaed()240 sphy->maximum_linkrate = phy->maximum_linkrate; in mvs_bytes_dmaed()241 sphy->maximum_linkrate_hw = MVS_CHIP_DISP->phy_max_link_rate(); in mvs_bytes_dmaed()306 struct sas_phy *sphy = dev->phy; in mvs_task_prep_smp() local307 struct asd_sas_phy *sas_phy = sha->sas_phy[sphy->number]; in mvs_task_prep_smp()
3224 struct sas_phy *sphy = sas_phy->phy; in pm8001_bytes_dmaed() local3225 sphy->negotiated_linkrate = sas_phy->linkrate; in pm8001_bytes_dmaed()3226 sphy->minimum_linkrate = phy->minimum_linkrate; in pm8001_bytes_dmaed()3227 sphy->minimum_linkrate_hw = SAS_LINK_RATE_1_5_GBPS; in pm8001_bytes_dmaed()3228 sphy->maximum_linkrate = phy->maximum_linkrate; in pm8001_bytes_dmaed()3229 sphy->maximum_linkrate_hw = phy->maximum_linkrate; in pm8001_bytes_dmaed()
Completed in 38 milliseconds