Searched refs:F_SYNC_DELAY (Results 1 – 1 of 1) sorted by relevance
/drivers/scsi/ |
D | scsi_debug.c | 234 #define F_SYNC_DELAY 0x2000 macro 239 #define F_LONG_DELAY (F_SSU_DELAY | F_SYNC_DELAY) 511 {0, 0x91, 0, F_SYNC_DELAY | F_M_ACCESS, resp_sync_cache, NULL, 604 {ARRAY_SIZE(sync_cache_iarr), 0x35, 0, F_SYNC_DELAY | F_M_ACCESS, 5737 int denom = (flags & F_SYNC_DELAY) ? 20 : 1; in scsi_debug_queuecommand()
|