Searched refs:MSIX_MAX_VECS (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | nhi.c | 35 #define MSIX_MAX_VECS 16 macro 403 ret = ida_simple_get(&nhi->msix_ida, 0, MSIX_MAX_VECS, GFP_KERNEL); in ring_request_msix() 927 for (i = 0; i < MSIX_MAX_VECS; i++) { in nhi_enable_int_throttling() 1066 nvec = pci_alloc_irq_vectors(pdev, MSIX_MIN_VECS, MSIX_MAX_VECS, in nhi_init_msi()
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | nhi.c | 41 #define MSIX_MAX_VECS 16 macro 468 ret = ida_simple_get(&nhi->msix_ida, 0, MSIX_MAX_VECS, GFP_KERNEL); in ring_request_msix() 1038 for (i = 0; i < MSIX_MAX_VECS; i++) { in nhi_enable_int_throttling() 1274 nvec = pci_alloc_irq_vectors(pdev, MSIX_MIN_VECS, MSIX_MAX_VECS, in nhi_init_msi()
|
Completed in 4 milliseconds