Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_core.c6660 uint8_t qoutpos; in ahc_dump_card_state() local
6749 qoutpos = ahc->qoutfifonext; in ahc_dump_card_state()
6751 while (ahc->qoutfifo[qoutpos] != SCB_LIST_NULL && i++ < 256) { in ahc_dump_card_state()
6752 printf("%d ", ahc->qoutfifo[qoutpos]); in ahc_dump_card_state()
6753 qoutpos++; in ahc_dump_card_state()