Searched refs:HISI_SAS_REJECT_CMD_BIT (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/scsi/hisi_sas/ |
| D | hisi_sas.h | 33 #define HISI_SAS_REJECT_CMD_BIT 1 macro
|
| D | hisi_sas_v3_hw.c | 2898 set_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in debugfs_snapshot_prepare_v3_hw() 2912 clear_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in debugfs_snapshot_restore_v3_hw() 3369 set_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in hisi_sas_v3_suspend() 3375 clear_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in hisi_sas_v3_suspend() 3418 clear_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in hisi_sas_v3_resume()
|
| D | hisi_sas_main.c | 589 if (unlikely(test_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags))) { in hisi_sas_task_exec() 1533 set_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in hisi_sas_controller_reset_prepare() 1546 clear_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in hisi_sas_controller_reset_done() 1581 clear_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in hisi_sas_controller_reset() 1941 if (unlikely(test_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags))) in hisi_sas_internal_abort_task_exec()
|