Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Ddpt_i2o.c1281 u32 m = EMPTY_QUEUE; in adpt_i2o_post_this()
1287 if (m != EMPTY_QUEUE) { in adpt_i2o_post_this()
1295 } while(m == EMPTY_QUEUE); in adpt_i2o_post_this()
1351 u32 m = EMPTY_QUEUE ; in adpt_i2o_reset_hba()
1363 if (m != EMPTY_QUEUE) { in adpt_i2o_reset_hba()
1371 } while (m == EMPTY_QUEUE); in adpt_i2o_reset_hba()
1415 if (m != EMPTY_QUEUE) { in adpt_i2o_reset_hba()
1427 } while (m == EMPTY_QUEUE); in adpt_i2o_reset_hba()
2148 if(m == EMPTY_QUEUE){ in adpt_isr()
2152 if(m == EMPTY_QUEUE){ in adpt_isr()
[all …]
Ddpti.h79 #define EMPTY_QUEUE 0xffffffff macro