Home
last modified time | relevance | path

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

/drivers/scsi/qla4xxx/
Dql4_def.h280 #define AF_ONLINE 0 /* 0x00000001 */ macro
458 return (test_bit(AF_ONLINE, &ha->flags) != 0) && in adapter_up()
Dql4_iocb.c308 if (!test_bit(AF_ONLINE, &ha->flags)) { in qla4xxx_send_command_to_isp()
Dql4_os.c892 clear_bit(AF_ONLINE, &ha->flags); in qla4xxx_recover_adapter()
936 if ((test_bit(AF_ONLINE, &ha->flags) == 0) && in qla4xxx_recover_adapter()
1659 clear_bit(AF_ONLINE, &ha->flags); in qla4xxx_eh_host_reset()
Dql4_isr.c673 clear_bit(AF_ONLINE, &ha->flags); in qla4xxx_intr_handler()
Dql4_init.c1207 set_bit(AF_ONLINE, &ha->flags); in qla4xxx_initialize_adapter()