Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/marvell/octeontx/
Dotx_cptvf.h84 cpumask_var_t affinity_mask[OTX_CPT_VF_MSIX_VECTORS];
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()
Dotx_cpt_hw_types.h45 #define OTX_CPT_VF_MSIX_VECTORS 2 macro