Home
last modified time | relevance | path

Searched refs:AHD_TQINFIFO_BLOCKED (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/dev/aic7xxx/
HDaic79xx.h364 AHD_TQINFIFO_BLOCKED = 0x01000,/* Blocked waiting for ATIOs */ enumerator
HDaic79xx_inline.h880 && (ahd->flags & AHD_TQINFIFO_BLOCKED) == 0) { in ahd_check_cmdcmpltqueues()
HDaic79xx_osm.c498 if ((ahd->flags & AHD_TQINFIFO_BLOCKED) != 0) in ahd_action()
HDaic79xx.c10305 ahd->flags |= AHD_TQINFIFO_BLOCKED; in ahd_handle_target_cmd()
10311 ahd->flags &= ~AHD_TQINFIFO_BLOCKED; in ahd_handle_target_cmd()