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

/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c7180 uint8_t qoutpos; ahc_dump_card_state() local
7269 qoutpos = ahc->qoutfifonext; ahc_dump_card_state()
7271 while (ahc->qoutfifo[qoutpos] != SCB_LIST_NULL && i++ < 256) { ahc_dump_card_state()
7272 printk("%d ", ahc->qoutfifo[qoutpos]); ahc_dump_card_state()
7273 qoutpos++; ahc_dump_card_state()

Completed in 124 milliseconds