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

/drivers/scsi/aic7xxx/
H A Daic79xx.h175 #define AHD_QOUT_SIZE AHD_MAX_QUEUE macro
H A Daic79xx_core.c1696 ahd->qoutfifonext = (ahd->qoutfifonext+1) & (AHD_QOUT_SIZE-1);
7167 next_vaddr = (uint8_t *)&ahd->qoutfifo[AHD_QOUT_SIZE];
7169 + AHD_QOUT_SIZE*sizeof(struct ahd_completion);
7499 for (i = 0; i < AHD_QOUT_SIZE; i++)

Completed in 40 milliseconds