Lines Matching refs:msix_vectors
216 struct msix_entry *msix_vectors; member
2153 status = pci_enable_msix_range(pdev, mgp->msix_vectors, in myri10ge_request_irq()
2178 status = request_irq(mgp->msix_vectors[i].vector, in myri10ge_request_irq()
2186 free_irq(mgp->msix_vectors[i].vector, in myri10ge_request_irq()
2213 free_irq(mgp->msix_vectors[i].vector, &mgp->ss[i]); in myri10ge_free_irq()
3676 mgp->msix_vectors = kcalloc(mgp->num_slices, sizeof(*mgp->msix_vectors), in myri10ge_probe_slices()
3678 if (mgp->msix_vectors == NULL) in myri10ge_probe_slices()
3681 mgp->msix_vectors[i].entry = i; in myri10ge_probe_slices()
3689 mgp->msix_vectors, in myri10ge_probe_slices()
3707 if (mgp->msix_vectors != NULL) { in myri10ge_probe_slices()
3708 kfree(mgp->msix_vectors); in myri10ge_probe_slices()
3709 mgp->msix_vectors = NULL; in myri10ge_probe_slices()
3923 kfree(mgp->msix_vectors); in myri10ge_probe()
3978 kfree(mgp->msix_vectors); in myri10ge_remove()