Searched refs:F_M_ACCESS (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/scsi/ |
D | scsi_debug.c | 236 #define F_M_ACCESS 0x800 /* media access */ macro 241 #define FF_MEDIA_IO (F_M_ACCESS | F_FAKE_RW) 517 {0, 0x91, 0, F_SYNC_DELAY | F_M_ACCESS, resp_sync_cache, NULL, 537 {0, 0x0, 0, F_M_ACCESS | F_RL_WLUN_OK, NULL, NULL,/* TEST UNIT READY */ 613 {ARRAY_SIZE(sync_cache_iarr), 0x35, 0, F_SYNC_DELAY | F_M_ACCESS, 5787 if (unlikely((F_M_ACCESS & flags) && atomic_read(&devip->stopped))) { in scsi_debug_queuecommand()
|