Home
last modified time | relevance | path

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

/drivers/scsi/ibmvscsi/
Dibmvfc.c1113 struct ibmvfc_queue *queues = vhost->scsi_scrqs.scrqs; in ibmvfc_purge_requests()
1119 hwqs = vhost->scsi_scrqs.active_queues; in ibmvfc_purge_requests()
1952 scsi_channel = hwq % vhost->scsi_scrqs.active_queues; in ibmvfc_queuecommand()
1953 evt = ibmvfc_get_event(&vhost->scsi_scrqs.scrqs[scsi_channel]); in ibmvfc_queuecommand()
1957 evt->hwq = hwq % vhost->scsi_scrqs.active_queues; in ibmvfc_queuecommand()
2324 evt = ibmvfc_get_event(&vhost->scsi_scrqs.scrqs[0]); in ibmvfc_reset_device()
2468 queues = vhost->scsi_scrqs.scrqs; in ibmvfc_wait_for_ops()
2469 q_size = vhost->scsi_scrqs.active_queues; in ibmvfc_wait_for_ops()
2570 struct ibmvfc_queue *queues = vhost->scsi_scrqs.scrqs; in ibmvfc_cancel_all_mq()
2579 num_hwq = vhost->scsi_scrqs.active_queues; in ibmvfc_cancel_all_mq()
[all …]
Dibmvfc.h860 struct ibmvfc_scsi_channels scsi_scrqs; member