Searched refs:AF_ONLINE (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/scsi/qla4xxx/ |
D | ql4_def.h | 562 #define AF_ONLINE 0 /* 0x00000001 */ macro 922 return (test_bit(AF_ONLINE, &ha->flags) != 0) && in adapter_up()
|
D | ql4_iocb.c | 300 if (!test_bit(AF_ONLINE, &ha->flags)) { in qla4xxx_send_command_to_isp()
|
D | ql4_os.c | 4091 !test_bit(AF_ONLINE, &ha->flags) || in qla4xxx_queuecommand() 4782 clear_bit(AF_ONLINE, &ha->flags); in qla4xxx_dead_adapter_cleanup() 4821 clear_bit(AF_ONLINE, &ha->flags); in qla4xxx_recover_adapter() 4938 if (!test_bit(AF_ONLINE, &ha->flags) && in qla4xxx_recover_adapter() 5006 if (test_bit(AF_ONLINE, &ha->flags)) in qla4xxx_recover_adapter() 5063 if (test_bit(AF_ONLINE, &ha->flags)) { in qla4xxx_unblock_flash_ddb() 8739 while ((!test_bit(AF_ONLINE, &ha->flags)) && in qla4xxx_probe_adapter() 8768 if (!test_bit(AF_ONLINE, &ha->flags)) { in qla4xxx_probe_adapter() 9625 if (test_bit(AF_ONLINE, &ha->flags)) { in qla4_8xxx_error_recovery() 9626 clear_bit(AF_ONLINE, &ha->flags); in qla4_8xxx_error_recovery()
|
D | ql4_init.c | 995 set_bit(AF_ONLINE, &ha->flags); in qla4xxx_initialize_adapter()
|
D | ql4_isr.c | 1189 clear_bit(AF_ONLINE, &ha->flags); in qla4xxx_intr_handler()
|
D | ql4_mbx.c | 63 test_bit(AF_ONLINE, &ha->flags) && in qla4xxx_is_intr_poll_mode()
|
D | ql4_nx.c | 3331 if (test_and_clear_bit(AF_ONLINE, &ha->flags)) { in qla4_82xx_need_reset_handler()
|