Searched refs:BNXT_RE_MAX_MSIX (Results 1 – 2 of 2) sorted by relevance
116 #define BNXT_RE_MAX_MSIX 9 macro138 struct bnxt_msix_entry msix_entries[BNXT_RE_MAX_MSIX];155 struct bnxt_qplib_nq nq[BNXT_RE_MAX_MSIX];
412 int rc = 0, num_msix_want = BNXT_RE_MAX_MSIX, num_msix_got; in bnxt_re_request_msix()420 num_msix_want = min_t(u32, BNXT_RE_MAX_MSIX, num_online_cpus()); in bnxt_re_request_msix()
Completed in 9 milliseconds