Home
last modified time | relevance | path

Searched refs:get_phys_state (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas.h352 u32 (*get_phys_state)(struct hisi_hba *hisi_hba); member
H A Dhisi_sas_main.c1398 u32 state = hisi_hba->hw->get_phys_state(hisi_hba); in hisi_sas_refresh_port_id()
1439 u32 new_state = hisi_hba->hw->get_phys_state(hisi_hba); in hisi_sas_rescan_topology()
1569 hisi_hba->phy_state = hisi_hba->hw->get_phys_state(hisi_hba); in hisi_sas_controller_reset_prepare()
H A Dhisi_sas_v3_hw.c3431 .get_phys_state = get_phys_state_v3_hw,