Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c7118 uint8_t qoutpos; in ahc_dump_card_state() local
7207 qoutpos = ahc->qoutfifonext; in ahc_dump_card_state()
7209 while (ahc->qoutfifo[qoutpos] != SCB_LIST_NULL && i++ < 256) { in ahc_dump_card_state()
7210 printk("%d ", ahc->qoutfifo[qoutpos]); in ahc_dump_card_state()
7211 qoutpos++; in ahc_dump_card_state()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c7112 uint8_t qoutpos; in ahc_dump_card_state() local
7201 qoutpos = ahc->qoutfifonext; in ahc_dump_card_state()
7203 while (ahc->qoutfifo[qoutpos] != SCB_LIST_NULL && i++ < 256) { in ahc_dump_card_state()
7204 printk("%d ", ahc->qoutfifo[qoutpos]); in ahc_dump_card_state()
7205 qoutpos++; in ahc_dump_card_state()

Completed in 15 milliseconds