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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_init.c684 atomic_set(&ddb_entry->state, DDB_STATE_ONLINE);
1043 atomic_set(&ddb_entry->state, DDB_STATE_ONLINE);
1048 } else if (atomic_read(&ddb_entry->state) == DDB_STATE_ONLINE)
1547 if (atomic_read(&ddb_entry->state) != DDB_STATE_ONLINE) {
1548 atomic_set(&ddb_entry->state, DDB_STATE_ONLINE);
1557 atomic_set(&ddb_entry->state, DDB_STATE_ONLINE);
1571 if (atomic_read(&ddb_entry->state) == DDB_STATE_ONLINE) {
H A Dql4_os.c152 if (atomic_read(&ddb_entry->state) != DDB_STATE_ONLINE)
163 if (atomic_read(&ddb_entry->state) != DDB_STATE_ONLINE) {
497 if (atomic_read(&ddb_entry->state) != DDB_STATE_ONLINE) {
770 atomic_read(&ddb_entry->state) != DDB_STATE_ONLINE) {
799 DDB_STATE_ONLINE &&
1319 DDB_STATE_ONLINE)
1340 DDB_STATE_ONLINE);
1364 atomic_read(&ddb_entry->state) != DDB_STATE_ONLINE)
H A Dql4_isr.c222 if (atomic_read(&ddb_entry->state) == DDB_STATE_ONLINE)
304 if (atomic_read(&ddb_entry->state) == DDB_STATE_ONLINE)
H A Dql4_def.h300 #define DDB_STATE_ONLINE 1 /* Device ready to accept macro

Completed in 110 milliseconds