Home
last modified time | relevance | path

Searched refs:AF2_IRQ_CLAIMED (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/scsi/esas2r/
Desas2r_init.c255 set_bit(AF2_IRQ_CLAIMED, &a->flags2); in esas2r_claim_interrupts()
422 if (test_bit(AF2_IRQ_CLAIMED, &a->flags2)) in esas2r_init_adapter()
490 if (test_bit(AF2_IRQ_CLAIMED, &a->flags2)) { in esas2r_adapter_power_down()
497 clear_bit(AF2_IRQ_CLAIMED, &a->flags2); in esas2r_adapter_power_down()
692 if (test_bit(AF2_IRQ_CLAIMED, &a->flags2)) { in esas2r_resume()
Desas2r.h841 #define AF2_IRQ_CLAIMED 11 macro