Searched refs:EMPTY_QUEUE (Results 1 – 2 of 2) sorted by relevance
1233 u32 m = EMPTY_QUEUE; in adpt_i2o_post_this()1239 if (m != EMPTY_QUEUE) { in adpt_i2o_post_this()1247 } while(m == EMPTY_QUEUE); in adpt_i2o_post_this()1303 u32 m = EMPTY_QUEUE ; in adpt_i2o_reset_hba()1315 if (m != EMPTY_QUEUE) { in adpt_i2o_reset_hba()1323 } while (m == EMPTY_QUEUE); in adpt_i2o_reset_hba()1366 if (m != EMPTY_QUEUE) { in adpt_i2o_reset_hba()1378 } while (m == EMPTY_QUEUE); in adpt_i2o_reset_hba()2099 if(m == EMPTY_QUEUE){ in adpt_isr()2103 if(m == EMPTY_QUEUE){ in adpt_isr()[all …]
76 #define EMPTY_QUEUE 0xffffffff macro