Lines Matching defs:qidx
91 unsigned int qidx, u16 qsize, void **handle)
98 if (qidx)
99 qidx--;
106 __func__, handle, qidx, qsize);
108 if (qidx > qla_nvme_fc_transport.max_hw_queues) {
110 "%s: Illegal qidx=%d. Max=%d\n",
111 __func__, qidx, qla_nvme_fc_transport.max_hw_queues);
119 if (ha->queue_pair_map[qidx]) {
120 *handle = ha->queue_pair_map[qidx];
123 *handle, qidx);