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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c6562 uint8_t qoutpos; local
6651 qoutpos = ahc->qoutfifonext;
6653 while (ahc->qoutfifo[qoutpos] != SCB_LIST_NULL && i++ < 256) {
6654 printf("%d ", ahc->qoutfifo[qoutpos]);
6655 qoutpos++;

Completed in 55 milliseconds