Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/qla4xxx/
Dql4_def.h561 #define AF_ONLINE 0 /* 0x00000001 */ macro
916 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.c4140 !test_bit(AF_ONLINE, &ha->flags) || in qla4xxx_queuecommand()
4823 clear_bit(AF_ONLINE, &ha->flags); in qla4xxx_dead_adapter_cleanup()
4862 clear_bit(AF_ONLINE, &ha->flags); in qla4xxx_recover_adapter()
4979 if (!test_bit(AF_ONLINE, &ha->flags) && in qla4xxx_recover_adapter()
5047 if (test_bit(AF_ONLINE, &ha->flags)) in qla4xxx_recover_adapter()
5104 if (test_bit(AF_ONLINE, &ha->flags)) { in qla4xxx_unblock_flash_ddb()
8759 while ((!test_bit(AF_ONLINE, &ha->flags)) && in qla4xxx_probe_adapter()
8788 if (!test_bit(AF_ONLINE, &ha->flags)) { in qla4xxx_probe_adapter()
9663 if (test_bit(AF_ONLINE, &ha->flags)) { in qla4_8xxx_error_recovery()
9664 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.c1188 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.c3317 if (test_and_clear_bit(AF_ONLINE, &ha->flags)) { in qla4_82xx_need_reset_handler()