Home
last modified time | relevance | path

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

/drivers/scsi/qla4xxx/
Dql4_def.h552 #define AF_ONLINE 0 /* 0x00000001 */ macro
907 return (test_bit(AF_ONLINE, &ha->flags) != 0) && in adapter_up()
Dql4_iocb.c299 if (!test_bit(AF_ONLINE, &ha->flags)) { in qla4xxx_send_command_to_isp()
Dql4_os.c4146 !test_bit(AF_ONLINE, &ha->flags) || in qla4xxx_queuecommand()
4832 clear_bit(AF_ONLINE, &ha->flags); in qla4xxx_dead_adapter_cleanup()
4871 clear_bit(AF_ONLINE, &ha->flags); in qla4xxx_recover_adapter()
4988 if (!test_bit(AF_ONLINE, &ha->flags) && in qla4xxx_recover_adapter()
5056 if (test_bit(AF_ONLINE, &ha->flags)) in qla4xxx_recover_adapter()
5113 if (test_bit(AF_ONLINE, &ha->flags)) { in qla4xxx_unblock_flash_ddb()
8776 while ((!test_bit(AF_ONLINE, &ha->flags)) && in qla4xxx_probe_adapter()
8805 if (!test_bit(AF_ONLINE, &ha->flags)) { in qla4xxx_probe_adapter()
9682 if (test_bit(AF_ONLINE, &ha->flags)) { in qla4_8xxx_error_recovery()
9683 clear_bit(AF_ONLINE, &ha->flags); in qla4_8xxx_error_recovery()
Dql4_init.c993 set_bit(AF_ONLINE, &ha->flags); in qla4xxx_initialize_adapter()
Dql4_isr.c1190 clear_bit(AF_ONLINE, &ha->flags); in qla4xxx_intr_handler()
Dql4_mbx.c62 test_bit(AF_ONLINE, &ha->flags) && in qla4xxx_is_intr_poll_mode()
Dql4_nx.c3330 if (test_and_clear_bit(AF_ONLINE, &ha->flags)) { in qla4_82xx_need_reset_handler()