Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Ddpt_i2o.c1236 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 …]
Ddpti.h76 #define EMPTY_QUEUE 0xffffffff macro