Searched refs:AF_OS_RESET (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/esas2r/ |
H A D | esas2r_init.c | 1487 set_bit(AF_OS_RESET, &a->flags); in esas2r_reset_adapter() 1606 set_bit(AF_OS_RESET, &a->flags); in esas2r_power_down()
|
H A D | esas2r_int.c | 474 clear_bit(AF_OS_RESET, &a->flags); in esas2r_process_bus_reset()
|
H A D | esas2r_io.c | 852 set_bit(AF_OS_RESET, &a->flags); in esas2r_reset_bus()
|
H A D | esas2r.h | 812 #define AF_OS_RESET 9 macro
|
H A D | esas2r_main.c | 1080 /* above call sets the AF_OS_RESET flag. wait for it to clear. */ in esas2r_host_bus_reset() 1082 while (test_bit(AF_OS_RESET, &a->flags)) { in esas2r_host_bus_reset()
|
/kernel/linux/linux-6.6/drivers/scsi/esas2r/ |
H A D | esas2r_init.c | 1464 set_bit(AF_OS_RESET, &a->flags); in esas2r_reset_adapter() 1583 set_bit(AF_OS_RESET, &a->flags); in esas2r_power_down()
|
H A D | esas2r_int.c | 474 clear_bit(AF_OS_RESET, &a->flags); in esas2r_process_bus_reset()
|
H A D | esas2r_io.c | 852 set_bit(AF_OS_RESET, &a->flags); in esas2r_reset_bus()
|
H A D | esas2r.h | 812 #define AF_OS_RESET 9 macro
|
H A D | esas2r_main.c | 1078 /* above call sets the AF_OS_RESET flag. wait for it to clear. */ in esas2r_host_bus_reset() 1080 while (test_bit(AF_OS_RESET, &a->flags)) { in esas2r_host_bus_reset()
|
Completed in 30 milliseconds