Searched refs:F_SYNC_DELAY (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/scsi/ |
H A D | scsi_debug.c | 251 #define F_SYNC_DELAY 0x2000 /* SYNCHRONIZE CACHE delay */ macro 257 #define F_LONG_DELAY (F_SSU_DELAY | F_SYNC_DELAY) 674 {0, 0x91, 0, F_SYNC_DELAY | F_M_ACCESS, resp_sync_cache, NULL, 680 {0, 0x90, 0, F_SYNC_DELAY | FF_MEDIA_IO, resp_pre_fetch, NULL, 792 {ARRAY_SIZE(sync_cache_iarr), 0x35, 0, F_SYNC_DELAY | F_M_ACCESS, 799 {ARRAY_SIZE(pre_fetch_iarr), 0x34, 0, F_SYNC_DELAY | FF_MEDIA_IO, 8688 int denom = (flags & F_SYNC_DELAY) ? 20 : 1; in scsi_debug_queuecommand()
|