Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/marvell/octeontx2/
Dotx2_cptlf.h89 u8 irq_name[OTX2_CPT_LF_MSIX_VECTORS][32];/* Interrupts name */
90 u8 is_irq_reg[OTX2_CPT_LF_MSIX_VECTORS]; /* Is interrupt registered */
Dotx2_cptlf.c386 for (offs = 0; offs < OTX2_CPT_LF_MSIX_VECTORS; offs++) in otx2_cptlf_free_irqs_affinity()
412 for (offs = 0; offs < OTX2_CPT_LF_MSIX_VECTORS; offs++) { in otx2_cptlf_set_irqs_affinity()
Dotx2_cpt_hw_types.h36 #define OTX2_CPT_LF_MSIX_VECTORS 2 macro