Home
last modified time | relevance | path

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

/linux/include/scsi/
H A Dscsi_host.h94 enum scsi_qc_status (*queue_reserved_command)(struct Scsi_Host *, member
/linux/drivers/scsi/
H A Dhosts.c234 if (shost->nr_reserved_cmds && !sht->queue_reserved_command) { in scsi_add_host_with_dma()
H A Dscsi_lib.c1897 reason = shost->hostt->queue_reserved_command(shost, cmd); in scsi_queue_rq()
H A Dscsi_debug.c9527 .queue_reserved_command = scsi_debug_process_reserved_command,
/linux/drivers/ufs/core/
H A Dufshcd.c9322 .queue_reserved_command = ufshcd_queue_reserved_command,