Home
last modified time | relevance | path

Searched refs:AAC_MAX_MSIX (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H A Dcomminit.c77 + AAC_NUM_MGT_FIB) * sizeof(u32) * AAC_MAX_MSIX; in aac_alloc_comm()
477 if (msi_count > AAC_MAX_MSIX) in aac_define_int_mode()
478 msi_count = AAC_MAX_MSIX; in aac_define_int_mode()
H A Daacraid.h37 #define AAC_MAX_MSIX 32 /* vectors */ macro
1589 u32 host_rrq_idx[AAC_MAX_MSIX];
1590 atomic_t rrq_outstanding[AAC_MAX_MSIX];
1672 struct msix_entry msixentry[AAC_MAX_MSIX];
1673 struct aac_msix_ctx aac_msix[AAC_MAX_MSIX]; /* context */
/kernel/linux/linux-6.6/drivers/scsi/aacraid/
H A Dcomminit.c77 + AAC_NUM_MGT_FIB) * sizeof(u32) * AAC_MAX_MSIX; in aac_alloc_comm()
477 if (msi_count > AAC_MAX_MSIX) in aac_define_int_mode()
478 msi_count = AAC_MAX_MSIX; in aac_define_int_mode()
H A Daacraid.h38 #define AAC_MAX_MSIX 32 /* vectors */ macro
1590 u32 host_rrq_idx[AAC_MAX_MSIX];
1591 atomic_t rrq_outstanding[AAC_MAX_MSIX];
1673 struct msix_entry msixentry[AAC_MAX_MSIX];
1674 struct aac_msix_ctx aac_msix[AAC_MAX_MSIX]; /* context */

Completed in 24 milliseconds