Home
last modified time | relevance | path

Searched refs:AHD_DEV_PERIODIC_OTAG (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx_osm.h232 AHD_DEV_PERIODIC_OTAG = 0x40, /* Send OTAG to prevent starvation */ enumerator
H A Daic79xx_osm.c1416 dev->flags &= ~(AHD_DEV_Q_BASIC|AHD_DEV_Q_TAGGED|AHD_DEV_PERIODIC_OTAG); in ahd_platform_set_tags()
1438 dev->flags |= AHD_DEV_PERIODIC_OTAG; in ahd_platform_set_tags()
1638 if ((dev->flags & AHD_DEV_PERIODIC_OTAG) != 0) in ahd_linux_run_command()