Searched refs:RESET_DEV (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | dc395x.h | 121 #define RESET_DEV BIT0 macro
|
H A D | dc395x.c | 764 || (acb->acb_flag & (RESET_DETECT + RESET_DONE + RESET_DEV))) in waiting_process_next() 847 (acb->acb_flag & (RESET_DETECT + RESET_DONE + RESET_DEV))) { in send_srb() 1187 acb->acb_flag = 0; /* RESET_DETECT, RESET_DONE ,RESET_DEV */ in __dc395x_eh_bus_reset() 3408 acb->acb_flag |= RESET_DEV; /* RESET_DETECT, RESET_DONE, RESET_DEV */ in reset_scsi_bus() 3473 if (acb->acb_flag & RESET_DEV) { /* RESET_DETECT, RESET_DONE, RESET_DEV */ in scsi_reset_detect() 4202 acb->acb_flag = 0; /* RESET_DETECT, RESET_DONE, RESET_DEV */ in adapter_init_params()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | dc395x.h | 121 #define RESET_DEV BIT0 macro
|
H A D | dc395x.c | 779 || (acb->acb_flag & (RESET_DETECT + RESET_DONE + RESET_DEV))) in waiting_process_next() 862 (acb->acb_flag & (RESET_DETECT + RESET_DONE + RESET_DEV))) { in send_srb() 1203 acb->acb_flag = 0; /* RESET_DETECT, RESET_DONE ,RESET_DEV */ in __dc395x_eh_bus_reset() 3454 acb->acb_flag |= RESET_DEV; /* RESET_DETECT, RESET_DONE, RESET_DEV */ in reset_scsi_bus() 3519 if (acb->acb_flag & RESET_DEV) { /* RESET_DETECT, RESET_DONE, RESET_DEV */ in scsi_reset_detect() 4248 acb->acb_flag = 0; /* RESET_DETECT, RESET_DONE, RESET_DEV */ in adapter_init_params()
|
Completed in 14 milliseconds