Searched refs:EMPTY_QUEUE (Results 1 – 2 of 2) sorted by relevance
1285 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 …]
80 #define EMPTY_QUEUE 0xffffffff macro