Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/ibmvscsi/
Dibmvfc.c1109 struct ibmvfc_queue *queues = vhost->scsi_scrqs.scrqs; in ibmvfc_purge_requests()
1115 hwqs = vhost->scsi_scrqs.active_queues; in ibmvfc_purge_requests()
1944 scsi_channel = hwq % vhost->scsi_scrqs.active_queues; in ibmvfc_queuecommand()
1945 evt = ibmvfc_get_event(&vhost->scsi_scrqs.scrqs[scsi_channel]); in ibmvfc_queuecommand()
1946 evt->hwq = hwq % vhost->scsi_scrqs.active_queues; in ibmvfc_queuecommand()
2296 evt = ibmvfc_get_event(&vhost->scsi_scrqs.scrqs[0]); in ibmvfc_reset_device()
2435 queues = vhost->scsi_scrqs.scrqs; in ibmvfc_wait_for_ops()
2436 q_size = vhost->scsi_scrqs.active_queues; in ibmvfc_wait_for_ops()
2535 struct ibmvfc_queue *queues = vhost->scsi_scrqs.scrqs; in ibmvfc_cancel_all_mq()
2544 num_hwq = vhost->scsi_scrqs.active_queues; in ibmvfc_cancel_all_mq()
[all …]
Dibmvfc.h860 struct ibmvfc_scsi_channels scsi_scrqs; member