Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/marvell/octeontx2/
Dotx2_cptlf.c265 for (offs = 0; offs < OTX2_CPT_LF_MSIX_VECTORS; offs++) { in otx2_cptlf_unregister_interrupts()
330 for (offs = 0; offs < OTX2_CPT_LF_MSIX_VECTORS; offs++) in otx2_cptlf_free_irqs_affinity()
355 for (offs = 0; offs < OTX2_CPT_LF_MSIX_VECTORS; offs++) { in otx2_cptlf_set_irqs_affinity()
Dotx2_cptlf.h88 u8 irq_name[OTX2_CPT_LF_MSIX_VECTORS][32];/* Interrupts name */
89 u8 is_irq_reg[OTX2_CPT_LF_MSIX_VECTORS]; /* Is interrupt registered */
Dotx2_cpt_hw_types.h33 #define OTX2_CPT_LF_MSIX_VECTORS 2 macro