Lines Matching refs:flags2

219 		set_bit(AF2_MSI_ENABLED, &a->flags2);  in esas2r_setup_interrupts()
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()
425 set_bit(AF2_INIT_DONE, &a->flags2); in esas2r_init_adapter()
439 if ((test_bit(AF2_INIT_DONE, &a->flags2)) in esas2r_adapter_power_down()
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()
500 if (test_bit(AF2_MSI_ENABLED, &a->flags2)) { in esas2r_adapter_power_down()
502 clear_bit(AF2_MSI_ENABLED, &a->flags2); in esas2r_adapter_power_down()
623 if (test_bit(AF2_INIT_DONE, &a->flags2)) { in esas2r_kill_adapter()
624 clear_bit(AF2_INIT_DONE, &a->flags2); in esas2r_kill_adapter()
718 if (test_bit(AF2_IRQ_CLAIMED, &a->flags2)) { in esas2r_resume()
850 a->flags2 |= AF2_THUNDERBOLT; in esas2r_init_adapter_struct()
852 if (test_bit(AF2_THUNDERBOLT, &a->flags2)) in esas2r_init_adapter_struct()
853 a->flags2 |= AF2_SERIAL_FLASH; in esas2r_init_adapter_struct()
856 a->flags2 |= AF2_THUNDERLINK; in esas2r_init_adapter_struct()
1154 set_bit(AF2_VDA_POWER_DOWN, &a->flags2); in esas2r_check_adapter()
1156 clear_bit(AF2_VDA_POWER_DOWN, &a->flags2); in esas2r_check_adapter()
1218 if ((test_bit(AF2_THUNDERBOLT, &a->flags2)) in esas2r_format_init_msg()
1502 if (test_bit(AF2_COREDUMP_AVAIL, &a->flags2) && in esas2r_reset_chip()
1503 !test_bit(AF2_COREDUMP_SAVED, &a->flags2)) { in esas2r_reset_chip()
1509 set_bit(AF2_COREDUMP_SAVED, &a->flags2); in esas2r_reset_chip()
1512 clear_bit(AF2_COREDUMP_AVAIL, &a->flags2); in esas2r_reset_chip()
1601 if (test_bit(AF2_VDA_POWER_DOWN, &a->flags2)) in esas2r_power_down()