Lines Matching refs:vec_count
263 int vec_count = 0;
266 vec_count = pci_alloc_irq_vectors(fnic->pdev, min_irqs, vecs,
270 vec_count);
272 if (vec_count > 0) {
273 if (vec_count < vecs) {
275 "interrupts number mismatch: vec_count: %d vecs: %d\n",
276 vec_count, vecs);
277 if (vec_count < min_irqs) {
287 fnic->wq_copy_count = vec_count - n - m - 1;
289 if (fnic->cq_count != vec_count - 1) {
292 fnic->cq_count, vec_count);
293 fnic->cq_count = vec_count - 1;
295 fnic->intr_count = vec_count;