Searched refs:HISI_SAS_REJECT_CMD_BIT (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_main.c | 499 if (unlikely(test_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags))) { in hisi_sas_queue_command() 563 if (unlikely(test_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags))) in hisi_sas_queue_command() 1512 set_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in hisi_sas_controller_reset_prepare() 1552 clear_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in hisi_sas_controller_reset_done() 1594 clear_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in hisi_sas_controller_reset()
|
H A D | hisi_sas.h | 38 #define HISI_SAS_REJECT_CMD_BIT 1 macro
|
H A D | hisi_sas_v3_hw.c | 3114 set_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in debugfs_snapshot_prepare_v3_hw() 3126 clear_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in debugfs_snapshot_restore_v3_hw() 5110 clear_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in hisi_sas_reset_done_v3_hw() 5161 set_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in _suspend_v3_hw() 5194 clear_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in _suspend_v3_hw() 5214 clear_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in _resume_v3_hw()
|
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/ |
H A D | hisi_sas.h | 37 #define HISI_SAS_REJECT_CMD_BIT 1 macro
|
H A D | hisi_sas_v3_hw.c | 2958 set_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in debugfs_snapshot_prepare_v3_hw() 2972 clear_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in debugfs_snapshot_restore_v3_hw() 3485 set_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in _suspend_v3_hw() 3491 clear_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in _suspend_v3_hw() 3535 clear_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in _resume_v3_hw()
|
H A D | hisi_sas_main.c | 593 if (unlikely(test_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags))) { in hisi_sas_task_exec() 1552 set_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in hisi_sas_controller_reset_prepare() 1564 clear_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in hisi_sas_controller_reset_done() 1598 clear_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags); in hisi_sas_controller_reset() 1958 if (unlikely(test_bit(HISI_SAS_REJECT_CMD_BIT, &hisi_hba->flags))) in hisi_sas_internal_abort_task_exec()
|
Completed in 25 milliseconds