Home
last modified time | relevance | path

Searched refs:AF_FIRST_INIT (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/scsi/esas2r/
Desas2r_init.c364 set_bit(AF_FIRST_INIT, &a->flags); in esas2r_init_adapter()
896 if (test_bit(AF_FIRST_INIT, &a->flags)) { in esas2r_init_adapter_struct()
1328 && (test_bit(AF_FIRST_INIT, &a->flags))) { in esas2r_init_adapter_hw()
1360 if (test_bit(AF_FIRST_INIT, &a->flags)) in esas2r_init_adapter_hw()
1402 if (test_bit(AF_FIRST_INIT, &a->flags)) in esas2r_init_adapter_hw()
1434 test_bit(AF_FIRST_INIT, &a->flags)) { in esas2r_init_adapter_hw()
1451 if (test_bit(AF_FIRST_INIT, &a->flags)) { in esas2r_init_adapter_hw()
1452 clear_bit(AF_FIRST_INIT, &a->flags); in esas2r_init_adapter_hw()
1604 set_bit(AF_FIRST_INIT, &a->flags); in esas2r_power_up()
Desas2r_int.c533 !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()
Desas2r.h823 #define AF_FIRST_INIT 20 macro