Searched refs:AHD_TQINFIFO_BLOCKED (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx.h353 AHD_TQINFIFO_BLOCKED = 0x01000,/* Blocked waiting for ATIOs */ enumerator in enum:__anon21
H A Daic79xx_core.c928 && (ahd->flags & AHD_TQINFIFO_BLOCKED) == 0) {
10640 ahd->flags |= AHD_TQINFIFO_BLOCKED;
10646 ahd->flags &= ~AHD_TQINFIFO_BLOCKED;

Completed in 185 milliseconds