Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Ddpt_i2o.c1285 u32 m = EMPTY_QUEUE; in adpt_i2o_post_this()
1291 if (m != EMPTY_QUEUE) { in adpt_i2o_post_this()
1299 } while(m == EMPTY_QUEUE); in adpt_i2o_post_this()
1355 u32 m = EMPTY_QUEUE ; in adpt_i2o_reset_hba()
1367 if (m != EMPTY_QUEUE) { in adpt_i2o_reset_hba()
1375 } while (m == EMPTY_QUEUE); in adpt_i2o_reset_hba()
1419 if (m != EMPTY_QUEUE) { in adpt_i2o_reset_hba()
1431 } while (m == EMPTY_QUEUE); in adpt_i2o_reset_hba()
2137 if(m == EMPTY_QUEUE){ in adpt_isr()
2141 if(m == EMPTY_QUEUE){ in adpt_isr()
[all …]
Ddpti.h80 #define EMPTY_QUEUE 0xffffffff macro