Lines Matching defs:qidx
113 unsigned int qidx, u16 qsize, void **handle)
120 if (qidx)
121 qidx--;
128 __func__, handle, qidx, qsize);
130 if (qidx > qla_nvme_fc_transport.max_hw_queues) {
132 "%s: Illegal qidx=%d. Max=%d\n",
133 __func__, qidx, qla_nvme_fc_transport.max_hw_queues);
141 if (ha->queue_pair_map[qidx]) {
142 *handle = ha->queue_pair_map[qidx];
145 *handle, qidx);