Home
last modified time | relevance | path

Searched refs:EMPTY_QUEUE (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/
Ddpt_i2o.c1188 u32 m = EMPTY_QUEUE; in adpt_i2o_post_this()
1194 if (m != EMPTY_QUEUE) { in adpt_i2o_post_this()
1202 } while(m == EMPTY_QUEUE); in adpt_i2o_post_this()
1258 u32 m = EMPTY_QUEUE ; in adpt_i2o_reset_hba()
1270 if (m != EMPTY_QUEUE) { in adpt_i2o_reset_hba()
1278 } while (m == EMPTY_QUEUE); in adpt_i2o_reset_hba()
1321 if (m != EMPTY_QUEUE) { in adpt_i2o_reset_hba()
1333 } while (m == EMPTY_QUEUE); in adpt_i2o_reset_hba()
1850 if(m == EMPTY_QUEUE){ in adpt_isr()
1854 if(m == EMPTY_QUEUE){ in adpt_isr()
[all …]
Ddpti.h76 #define EMPTY_QUEUE 0xffffffff macro