Lines Matching refs:scrqs
1113 struct ibmvfc_queue *queues = vhost->scsi_scrqs.scrqs;
1953 evt = ibmvfc_get_event(&vhost->scsi_scrqs.scrqs[scsi_channel]);
2324 evt = ibmvfc_get_event(&vhost->scsi_scrqs.scrqs[0]);
2468 queues = vhost->scsi_scrqs.scrqs;
2570 struct ibmvfc_queue *queues = vhost->scsi_scrqs.scrqs;
4991 struct ibmvfc_scsi_channels *scrqs = &vhost->scsi_scrqs;
5004 scrqs->active_queues = active_queues;
5013 scrqs->scrqs[i].vios_cookie =
5042 struct ibmvfc_scsi_channels *scrqs = &vhost->scsi_scrqs;
5060 setup_buf->channel_handles[i] = cpu_to_be64(scrqs->scrqs[i].cookie);
5884 struct ibmvfc_queue *scrq = &vhost->scsi_scrqs.scrqs[index];
5936 struct ibmvfc_queue *scrq = &vhost->scsi_scrqs.scrqs[index];
5965 if (!vhost->mq_enabled || !vhost->scsi_scrqs.scrqs)
5985 if (!vhost->mq_enabled || !vhost->scsi_scrqs.scrqs)
6003 vhost->scsi_scrqs.scrqs = kcalloc(nr_scsi_hw_queues,
6004 sizeof(*vhost->scsi_scrqs.scrqs),
6006 if (!vhost->scsi_scrqs.scrqs) {
6012 scrq = &vhost->scsi_scrqs.scrqs[i];
6015 scrq = &vhost->scsi_scrqs.scrqs[j - 1];
6018 kfree(vhost->scsi_scrqs.scrqs);
6019 vhost->scsi_scrqs.scrqs = NULL;
6038 if (!vhost->scsi_scrqs.scrqs)
6044 scrq = &vhost->scsi_scrqs.scrqs[i];
6048 kfree(vhost->scsi_scrqs.scrqs);
6049 vhost->scsi_scrqs.scrqs = NULL;