Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A DFlashPoint.c170 #define QUEUE_DEPTH 254+1 /*1 for Normal disconnect 32 for Q'ing. */ macro
262 struct sccb *discQ_Tbl[QUEUE_DEPTH];
2138 for (qtag = 0; qtag < QUEUE_DEPTH; qtag++) { in FPT_SccbMgrTableInitCard()
2187 for (qtag = 0; qtag < QUEUE_DEPTH; qtag++) { in FPT_SccbMgrTableInitTarget()
2349 if (CurrCard->discQCount >= QUEUE_DEPTH) { in FPT_ssel()
2355 for (i = 1; i < QUEUE_DEPTH; i++) { in FPT_ssel()
2356 if (++lastTag >= QUEUE_DEPTH) in FPT_ssel()
2366 if (i == QUEUE_DEPTH) { in FPT_ssel()
2481 for (i = 1; i < QUEUE_DEPTH; i++) { in FPT_ssel()
2482 if (++lastTag >= QUEUE_DEPTH) in FPT_ssel()
[all …]