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

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx_inline.h555 && (ahc->flags & AHC_TQINFIFO_BLOCKED) == 0) {
H A Daic7xxx.h356 AHC_TQINFIFO_BLOCKED = 0x10000, /* Blocked waiting for ATIOs */ enumerator in enum:__anon11343
H A Daic7xxx_osm.c478 if ((ahc->flags & AHC_TQINFIFO_BLOCKED) != 0)
H A Daic7xxx.c7770 ahc->flags |= AHC_TQINFIFO_BLOCKED;
7778 ahc->flags &= ~AHC_TQINFIFO_BLOCKED;

Completed in 123 milliseconds