Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dscsi_debug.c5687 bool has_wlun_rl; in scsi_debug_queuecommand() local
5711 has_wlun_rl = (sdp->lun == SCSI_W_LUN_REPORT_LUNS); in scsi_debug_queuecommand()
5712 if (unlikely((sdp->lun >= sdebug_max_luns) && !has_wlun_rl)) in scsi_debug_queuecommand()
5757 if (unlikely(has_wlun_rl && !(F_RL_WLUN_OK & flags))) { in scsi_debug_queuecommand()