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.h93 int (*queue_reserved_command)(struct Scsi_Host *, struct scsi_cmnd *); 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.c1888 reason = shost->hostt->queue_reserved_command(shost, cmd); in scsi_queue_rq()
H A Dscsi_debug.c9544 .queue_reserved_command = scsi_debug_process_reserved_command,
/linux/drivers/ufs/core/
H A Dufshcd.c9283 .queue_reserved_command = ufshcd_queue_reserved_command,