Home
last modified time | relevance | path

Searched refs:DDB_STATE_ONLINE (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/qla4xxx/
Dql4_init.c486 atomic_set(&ddb_entry->state, DDB_STATE_ONLINE); in qla4xxx_alloc_ddb()
804 atomic_set(&ddb_entry->state, DDB_STATE_ONLINE); in qla4xxx_reinitialize_ddb_list()
808 } else if (atomic_read(&ddb_entry->state) == DDB_STATE_ONLINE) in qla4xxx_reinitialize_ddb_list()
1308 atomic_set(&ddb_entry->state, DDB_STATE_ONLINE); in qla4xxx_process_ddb_changed()
1325 if (atomic_read(&ddb_entry->state) == DDB_STATE_ONLINE) in qla4xxx_process_ddb_changed()
Dql4_os.c132 if (atomic_read(&ddb_entry->state) != DDB_STATE_ONLINE) { in qla4xxx_recovery_timedout()
436 if (atomic_read(&ddb_entry->state) != DDB_STATE_ONLINE) { in qla4xxx_queuecommand()
594 atomic_read(&ddb_entry->state) != DDB_STATE_ONLINE) { in qla4xxx_timer()
623 DDB_STATE_ONLINE && in qla4xxx_timer()
1061 atomic_read(&ddb_entry->state) != DDB_STATE_ONLINE) in qla4xxx_do_dpc()
Dql4_isr.c149 if (atomic_read(&ddb_entry->state) == DDB_STATE_ONLINE) in qla4xxx_status_entry()
243 if (atomic_read(&ddb_entry->state) == DDB_STATE_ONLINE) in qla4xxx_status_entry()
Dql4_def.h255 #define DDB_STATE_ONLINE 1 /* Device ready to accept macro