Home
last modified time | relevance | path

Searched refs:AAC_MAX_MSIX (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/scsi/aacraid/
Dcomminit.c91 + AAC_NUM_MGT_FIB) * sizeof(u32) * AAC_MAX_MSIX; in aac_alloc_comm()
492 if (msi_count > AAC_MAX_MSIX) in aac_define_int_mode()
493 msi_count = AAC_MAX_MSIX; in aac_define_int_mode()
Daacraid.h50 #define AAC_MAX_MSIX 32 /* vectors */ macro
1600 u32 host_rrq_idx[AAC_MAX_MSIX];
1601 atomic_t rrq_outstanding[AAC_MAX_MSIX];
1682 struct msix_entry msixentry[AAC_MAX_MSIX];
1683 struct aac_msix_ctx aac_msix[AAC_MAX_MSIX]; /* context */