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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Ddpt_i2o.c1373 u32 m = EMPTY_QUEUE;
1379 if (m != EMPTY_QUEUE) {
1387 } while(m == EMPTY_QUEUE);
1443 u32 m = EMPTY_QUEUE ;
1455 if (m != EMPTY_QUEUE) {
1463 } while (m == EMPTY_QUEUE);
1507 if (m != EMPTY_QUEUE) {
1519 } while (m == EMPTY_QUEUE);
2223 if(m == EMPTY_QUEUE){
2227 if(m == EMPTY_QUEUE){
[all...]
H A Ddpti.h80 #define EMPTY_QUEUE 0xffffffff macro

Completed in 57 milliseconds