Searched refs:ae4_msix (Results 1 – 2 of 2) sorted by relevance
15 struct ae4_msix *ae4_msix = ae4->ae4_msix; in ae4_get_irqs() local23 for (v = 0; v < ARRAY_SIZE(ae4_msix->msix_entry); v++) in ae4_get_irqs()24 ae4_msix->msix_entry[v].entry = v; in ae4_get_irqs()48 ae4_msix->msix_count = ret; in ae4_get_irqs()49 for (i = 0; i < ae4_msix->msix_count; i++) in ae4_get_irqs()58 struct ae4_msix *ae4_msix = ae4->ae4_msix; in ae4_free_irqs() local65 if (ae4_msix && (ae4_msix->msix_count || ae4->ae4_irq[MAX_AE4_HW_QUEUES - 1])) in ae4_free_irqs()86 ae4->ae4_msix = devm_kzalloc(dev, sizeof(struct ae4_msix), GFP_KERNEL); in ae4_pci_probe()87 if (!ae4->ae4_msix) in ae4_pci_probe()
42 struct ae4_msix { struct93 struct ae4_msix *ae4_msix; member
Completed in 5 milliseconds