Searched refs:AF_FIRST_INIT (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/scsi/esas2r/ |
D | esas2r_init.c | 385 set_bit(AF_FIRST_INIT, &a->flags); in esas2r_init_adapter() 945 if (test_bit(AF_FIRST_INIT, &a->flags)) { in esas2r_init_adapter_struct() 1376 && (test_bit(AF_FIRST_INIT, &a->flags))) { in esas2r_init_adapter_hw() 1408 if (test_bit(AF_FIRST_INIT, &a->flags)) in esas2r_init_adapter_hw() 1450 if (test_bit(AF_FIRST_INIT, &a->flags)) in esas2r_init_adapter_hw() 1482 test_bit(AF_FIRST_INIT, &a->flags)) { in esas2r_init_adapter_hw() 1499 if (test_bit(AF_FIRST_INIT, &a->flags)) { in esas2r_init_adapter_hw() 1500 clear_bit(AF_FIRST_INIT, &a->flags); in esas2r_init_adapter_hw() 1652 set_bit(AF_FIRST_INIT, &a->flags); in esas2r_power_up()
|
D | esas2r_int.c | 533 !test_bit(AF_FIRST_INIT, &a->flags) && !alrdyrst) { in esas2r_chip_rst_needed_during_tasklet() 582 if (test_bit(AF_FIRST_INIT, &a->flags)) { in esas2r_handle_chip_rst_during_tasklet() 593 if (test_bit(AF_FIRST_INIT, &a->flags)) { in esas2r_handle_chip_rst_during_tasklet()
|
D | esas2r.h | 823 #define AF_FIRST_INIT 20 macro
|