Home
last modified time | relevance | path

Searched refs:AF_ONLINE (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/drivers/scsi/qla4xxx/ !
Dql4_def.h470 #define AF_ONLINE 0 /* 0x00000001 */ macro
789 return (test_bit(AF_ONLINE, &ha->flags) != 0) && in adapter_up()
Dql4_os.c2183 !test_bit(AF_ONLINE, &ha->flags) || in qla4xxx_queuecommand()
2834 clear_bit(AF_ONLINE, &ha->flags); in qla4xxx_dead_adapter_cleanup()
2873 clear_bit(AF_ONLINE, &ha->flags); in qla4xxx_recover_adapter()
2971 if (!test_bit(AF_ONLINE, &ha->flags) && in qla4xxx_recover_adapter()
3038 if (test_bit(AF_ONLINE, &ha->flags)) in qla4xxx_recover_adapter()
3093 if (test_bit(AF_ONLINE, &ha->flags)) { in qla4xxx_unblock_flash_ddb()
4946 while ((!test_bit(AF_ONLINE, &ha->flags)) && in qla4xxx_probe_adapter()
4969 if (!test_bit(AF_ONLINE, &ha->flags)) { in qla4xxx_probe_adapter()
5769 if (test_bit(AF_ONLINE, &ha->flags)) { in qla4_8xxx_error_recovery()
5770 clear_bit(AF_ONLINE, &ha->flags); in qla4_8xxx_error_recovery()
Dql4_iocb.c289 if (!test_bit(AF_ONLINE, &ha->flags)) { in qla4xxx_send_command_to_isp()
Dql4_init.c855 set_bit(AF_ONLINE, &ha->flags); in qla4xxx_initialize_adapter()
Dql4_isr.c946 clear_bit(AF_ONLINE, &ha->flags); in qla4xxx_intr_handler()
Dql4_nx.c1694 if (test_and_clear_bit(AF_ONLINE, &ha->flags)) { in qla4_8xxx_need_reset_handler()
Dql4_mbx.c149 test_bit(AF_ONLINE, &ha->flags) && in qla4xxx_mailbox_command()