Searched refs:AAC_MAX_MSIX (Results 1 – 3 of 3) sorted by relevance
335 struct resource *aac_irq[AAC_MAX_MSIX]; /* interrupt */336 int aac_irq_rid[AAC_MAX_MSIX];337 void *aac_intr[AAC_MAX_MSIX]; /* interrupt handle */338 struct aac_msix_ctx aac_msix[AAC_MAX_MSIX]; /* context */362 u_int32_t aac_host_rrq_idx[AAC_MAX_MSIX];363 u_int32_t aac_rrq_outstanding[AAC_MAX_MSIX];
1615 #define AAC_MAX_MSIX 32 /* vectors */ macro
698 for (i = 0; i < AAC_MAX_MSIX; ++i) { in aacraid_free()1883 if (msi_count > AAC_MAX_MSIX) in aac_define_int_mode()1884 msi_count = AAC_MAX_MSIX; in aac_define_int_mode()