Searched refs:F_RL_WLUN_OK (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_debug.c | 228 #define F_RL_WLUN_OK 0x10 /* allowed with REPORT LUNS W-LUN */ macro 240 #define FF_RESPOND (F_RL_WLUN_OK | F_SKIP_UA | F_DELAY_OVERR) 630 {0, 0x0, 0, F_M_ACCESS | F_RL_WLUN_OK, NULL, NULL,/* TEST UNIT READY */ 7346 if (unlikely(has_wlun_rl && !(F_RL_WLUN_OK & flags))) { in scsi_debug_queuecommand()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_debug.c | 230 #define F_RL_WLUN_OK 0x10 /* allowed with REPORT LUNS W-LUN */ macro 242 #define FF_RESPOND (F_RL_WLUN_OK | F_SKIP_UA | F_DELAY_OVERR) 639 {0, 0x0, 0, F_M_ACCESS | F_RL_WLUN_OK, NULL, NULL,/* TEST UNIT READY */ 7594 if (unlikely(has_wlun_rl && !(F_RL_WLUN_OK & flags))) { in scsi_debug_queuecommand()
|
Completed in 21 milliseconds