Searched refs:AF2_IRQ_CLAIMED (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/esas2r/ |
H A D | esas2r_init.c | 255 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() 718 if (test_bit(AF2_IRQ_CLAIMED, &a->flags2)) { in esas2r_resume()
|
H A D | esas2r.h | 841 #define AF2_IRQ_CLAIMED 11 macro
|
/kernel/linux/linux-6.6/drivers/scsi/esas2r/ |
H A D | esas2r_init.c | 255 set_bit(AF2_IRQ_CLAIMED, &a->flags2); in esas2r_claim_interrupts() 423 if (test_bit(AF2_IRQ_CLAIMED, &a->flags2)) in esas2r_init_adapter() 491 if (test_bit(AF2_IRQ_CLAIMED, &a->flags2)) { in esas2r_adapter_power_down() 498 clear_bit(AF2_IRQ_CLAIMED, &a->flags2); in esas2r_adapter_power_down() 693 if (test_bit(AF2_IRQ_CLAIMED, &a->flags2)) { in esas2r_resume()
|
H A D | esas2r.h | 841 #define AF2_IRQ_CLAIMED 11 macro
|
Completed in 10 milliseconds