Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dscsi_debug.c239 #define F_SYNC_DELAY 0x2000 /* SYNCHRONIZE CACHE delay */ macro
245 #define F_LONG_DELAY (F_SSU_DELAY | F_SYNC_DELAY)
595 {0, 0x91, 0, F_SYNC_DELAY | F_M_ACCESS, resp_sync_cache, NULL,
601 {0, 0x90, 0, F_SYNC_DELAY | FF_MEDIA_IO, resp_pre_fetch, NULL,
713 {ARRAY_SIZE(sync_cache_iarr), 0x35, 0, F_SYNC_DELAY | F_M_ACCESS,
720 {ARRAY_SIZE(pre_fetch_iarr), 0x34, 0, F_SYNC_DELAY | FF_MEDIA_IO,
7653 int denom = (flags & F_SYNC_DELAY) ? 20 : 1; in scsi_debug_queuecommand()