Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla4xxx/
H A Dql4_def.h561 #define AF_ONLINE 0 /* 0x00000001 */ macro
916 return (test_bit(AF_ONLINE, &ha->flags) != 0) && in adapter_up()
H A Dql4_iocb.c299 if (!test_bit(AF_ONLINE, &ha->flags)) { in qla4xxx_send_command_to_isp()
H A Dql4_init.c993 set_bit(AF_ONLINE, &ha->flags); in qla4xxx_initialize_adapter()
H A Dql4_isr.c1188 clear_bit(AF_ONLINE, &ha->flags); in qla4xxx_intr_handler()
H A Dql4_mbx.c62 test_bit(AF_ONLINE, &ha->flags) && in qla4xxx_is_intr_poll_mode()
H A Dql4_nx.c3312 if (test_and_clear_bit(AF_ONLINE, &ha->flags)) { in qla4_82xx_need_reset_handler()