Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Ddpt_i2o.c1233 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 …]
H A Ddpti.h76 #define EMPTY_QUEUE 0xffffffff macro