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

/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic7xxx.c6755 uint8_t qoutpos; local
6844 qoutpos = ahc->qoutfifonext;
6846 while (ahc->qoutfifo[qoutpos] != SCB_LIST_NULL && i++ < 256) {
6847 printf("%d ", ahc->qoutfifo[qoutpos]);
6848 qoutpos++;

Completed in 131 milliseconds