Searched refs:HISI_SAS_RESET_BIT (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_main.c | 734 !test_bit(HISI_SAS_RESET_BIT, &hisi_hba->flags)) { in hisi_sas_init_device() 1071 if (!test_bit(HISI_SAS_RESET_BIT, &hisi_hba->flags)) { in hisi_sas_dev_gone() 1571 clear_bit(HISI_SAS_RESET_BIT, &hisi_hba->flags); in hisi_sas_controller_reset_done() 1589 if (test_and_set_bit(HISI_SAS_RESET_BIT, &hisi_hba->flags)) in hisi_sas_controller_reset() 1601 clear_bit(HISI_SAS_RESET_BIT, &hisi_hba->flags); in hisi_sas_controller_reset() 2209 if (test_bit(HISI_SAS_RESET_BIT, &hisi_hba->flags) || in hisi_sas_phy_down()
|
H A D | hisi_sas.h | 36 #define HISI_SAS_RESET_BIT 0 macro
|
H A D | hisi_sas_v3_hw.c | 1611 !test_bit(HISI_SAS_RESET_BIT, &hisi_hba->flags)) in phy_bcast_v3_hw() 3434 set_bit(HISI_SAS_RESET_BIT, &hisi_hba->flags); in hisi_sas_reset_prepare_v3_hw() 3481 if (test_and_set_bit(HISI_SAS_RESET_BIT, &hisi_hba->flags)) in _suspend_v3_hw() 3492 clear_bit(HISI_SAS_RESET_BIT, &hisi_hba->flags); in _suspend_v3_hw() 3546 clear_bit(HISI_SAS_RESET_BIT, &hisi_hba->flags); in _resume_v3_hw()
|
H A D | hisi_sas_v1_hw.c | 1425 if (!test_bit(HISI_SAS_RESET_BIT, &hisi_hba->flags)) in int_bcast_v1_hw()
|
H A D | hisi_sas_v2_hw.c | 2833 !test_bit(HISI_SAS_RESET_BIT, &hisi_hba->flags)) in phy_bcast_v2_hw()
|
Completed in 21 milliseconds