Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_debug.c7268 bool has_wlun_rl; in scsi_debug_queuecommand() local
7297 has_wlun_rl = (sdp->lun == SCSI_W_LUN_REPORT_LUNS); in scsi_debug_queuecommand()
7298 if (unlikely(lun_index >= sdebug_max_luns && !has_wlun_rl)) in scsi_debug_queuecommand()
7346 if (unlikely(has_wlun_rl && !(F_RL_WLUN_OK & flags))) { in scsi_debug_queuecommand()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_debug.c7516 bool has_wlun_rl; in scsi_debug_queuecommand() local
7545 has_wlun_rl = (sdp->lun == SCSI_W_LUN_REPORT_LUNS); in scsi_debug_queuecommand()
7546 if (unlikely(lun_index >= sdebug_max_luns && !has_wlun_rl)) in scsi_debug_queuecommand()
7594 if (unlikely(has_wlun_rl && !(F_RL_WLUN_OK & flags))) { in scsi_debug_queuecommand()

Completed in 21 milliseconds