Searched refs:HISI_SAS_REJECT_CMD_BIT (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/scsi/hisi_sas/ |
| D | hisi_sas_main.c | 591 if (unlikely(test_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags))) { in hisi_sas_task_exec() 1560 set_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in hisi_sas_controller_reset_prepare() 1572 clear_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in hisi_sas_controller_reset_done() 1611 clear_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in hisi_sas_controller_reset() 1988 if (unlikely(test_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags))) in hisi_sas_internal_abort_task_exec()
|
| D | hisi_sas.h | 39 #define HISI_SAS_REJECT_CMD_BIT 1 macro
|
| D | hisi_sas_v3_hw.c | 2955 set_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in debugfs_snapshot_prepare_v3_hw() 2969 clear_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in debugfs_snapshot_restore_v3_hw() 4908 set_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in _suspend_v3_hw() 4914 clear_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in _suspend_v3_hw() 4944 clear_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in _resume_v3_hw()
|