Lines Matching defs:cq_index
225 unsigned int i, cq_index;
272 cq_index = i;
274 &fnic->cq[cq_index], cq_index,
283 cq_index = fnic->rq_count + i;
284 err = vnic_cq_alloc(fnic->vdev, &fnic->cq[cq_index], cq_index,
294 cq_index = fnic->raw_wq_count + fnic->rq_count + i;
295 err = vnic_cq_alloc(fnic->vdev, &fnic->cq[cq_index],
296 cq_index,
326 * Note for copy wq we always initialize with cq_index = 0
344 cq_index = i;
346 cq_index,
352 cq_index = i + fnic->rq_count;
354 cq_index,
361 0 /* cq_index 0 - always */,