Home
last modified time | relevance | path

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

/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf.h84 cpumask_var_t affinity_mask[OTX_CPT_VF_MSIX_VECTORS];
H A Dotx_cptvf_main.c819 err = pci_alloc_irq_vectors(pdev, OTX_CPT_VF_MSIX_VECTORS, in otx_cptvf_probe()
820 OTX_CPT_VF_MSIX_VECTORS, PCI_IRQ_MSIX); in otx_cptvf_probe()
823 OTX_CPT_VF_MSIX_VECTORS); in otx_cptvf_probe()
H A Dotx_cpt_hw_types.h45 #define OTX_CPT_VF_MSIX_VECTORS 2 macro