Searched refs:qoutpos (Results 1 – 1 of 1) sorted by relevance
7181 uint8_t qoutpos; in ahc_dump_card_state() local7270 qoutpos = ahc->qoutfifonext; in ahc_dump_card_state()7272 while (ahc->qoutfifo[qoutpos] != SCB_LIST_NULL && i++ < 256) { in ahc_dump_card_state()7273 printk("%d ", ahc->qoutfifo[qoutpos]); in ahc_dump_card_state()7274 qoutpos++; in ahc_dump_card_state()