Home
last modified time | relevance | path

Searched refs:RKEP_NUM_MSIX_VECTORS (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/misc/rockchip/
H A Dpcie-rkep.c38 #define RKEP_NUM_MSIX_VECTORS 8 macro
95 struct msix_entry msix_entries[RKEP_NUM_MSIX_VECTORS];
96 struct pcie_rkep_msix_context msix_ctx[RKEP_NUM_MSIX_VECTORS];
562 devm_kzalloc(&pcie_rkep->pdev->dev, RKEP_NUM_MSIX_VECTORS, GFP_KERNEL); in pcie_rkep_request_msi_irq()
588 for (i = 0; i < RKEP_NUM_MSIX_VECTORS; i++) in pcie_rkep_request_msix_irq()
592 RKEP_NUM_MSIX_VECTORS); in pcie_rkep_request_msix_irq()
596 for (i = 0; i < RKEP_NUM_MSIX_VECTORS; i++) { in pcie_rkep_request_msix_irq()
600 devm_kzalloc(&pcie_rkep->pdev->dev, RKEP_NUM_MSIX_VECTORS, GFP_KERNEL); in pcie_rkep_request_msix_irq()
781 for (i = 0; i < RKEP_NUM_MSIX_VECTORS; i++) in pcie_rkep_probe()
824 for (i = 0; i < RKEP_NUM_MSIX_VECTORS; i++) in pcie_rkep_remove()