BNXT_RE_MAX_MSIX
#define BNXT_RE_MAX_MSIX_GEN_P5_PF BNXT_RE_MAX_MSIX
struct bnxt_msix_entry msix_entries[BNXT_RE_MAX_MSIX];
struct bnxt_qplib_nq nq[BNXT_RE_MAX_MSIX];
num_msix_want = min_t(u32, num_msix_want, BNXT_RE_MAX_MSIX);