Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/ibmvscsi/
Dibmvfc.c1114 struct ibmvfc_queue *queues = vhost->scsi_scrqs.scrqs; in ibmvfc_purge_requests()
1120 hwqs = vhost->scsi_scrqs.active_queues; in ibmvfc_purge_requests()
1949 scsi_channel = hwq % vhost->scsi_scrqs.active_queues; in ibmvfc_queuecommand()
1950 evt = ibmvfc_get_event(&vhost->scsi_scrqs.scrqs[scsi_channel]); in ibmvfc_queuecommand()
1951 evt->hwq = hwq % vhost->scsi_scrqs.active_queues; in ibmvfc_queuecommand()
2301 evt = ibmvfc_get_event(&vhost->scsi_scrqs.scrqs[0]); in ibmvfc_reset_device()
2440 queues = vhost->scsi_scrqs.scrqs; in ibmvfc_wait_for_ops()
2441 q_size = vhost->scsi_scrqs.active_queues; in ibmvfc_wait_for_ops()
2540 struct ibmvfc_queue *queues = vhost->scsi_scrqs.scrqs; in ibmvfc_cancel_all_mq()
2549 num_hwq = vhost->scsi_scrqs.active_queues; in ibmvfc_cancel_all_mq()
[all …]
Dibmvfc.h860 struct ibmvfc_scsi_channels scsi_scrqs; member