Searched refs:EMPTY_QUEUE (Results 1 – 2 of 2) sorted by relevance
1236 u32 m = EMPTY_QUEUE; in adpt_i2o_post_this()1242 if (m != EMPTY_QUEUE) { in adpt_i2o_post_this()1250 } while(m == EMPTY_QUEUE); in adpt_i2o_post_this()1306 u32 m = EMPTY_QUEUE ; in adpt_i2o_reset_hba()1318 if (m != EMPTY_QUEUE) { in adpt_i2o_reset_hba()1326 } while (m == EMPTY_QUEUE); in adpt_i2o_reset_hba()1370 if (m != EMPTY_QUEUE) { in adpt_i2o_reset_hba()1382 } while (m == EMPTY_QUEUE); in adpt_i2o_reset_hba()2103 if(m == EMPTY_QUEUE){ in adpt_isr()2107 if(m == EMPTY_QUEUE){ in adpt_isr()[all …]
76 #define EMPTY_QUEUE 0xffffffff macro