Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/bnxt/bnxt_en/
HDbnxt.h227 #define BNXT_MAX_NUM_QUEUES (BNXT_MAX_L2_QUEUES + BNXT_ROCE_IRQ_COUNT) macro
1152 struct iflib_dma_info tx_stats[BNXT_MAX_NUM_QUEUES];
1160 struct iflib_dma_info rx_stats[BNXT_MAX_NUM_QUEUES];
HDbnxt_hwrm.c2238 req.num_msix = htole16(BNXT_MAX_NUM_QUEUES); in bnxt_hwrm_reserve_pf_rings()
2240 req.num_cmpl_rings = htole16(BNXT_MAX_NUM_QUEUES * 2); in bnxt_hwrm_reserve_pf_rings()
2241 req.num_tx_rings = htole16(BNXT_MAX_NUM_QUEUES); in bnxt_hwrm_reserve_pf_rings()
2242 req.num_rx_rings = htole16(BNXT_MAX_NUM_QUEUES); in bnxt_hwrm_reserve_pf_rings()
2243 req.num_vnics = htole16(BNXT_MAX_NUM_QUEUES); in bnxt_hwrm_reserve_pf_rings()
2244 req.num_stat_ctxs = htole16(BNXT_MAX_NUM_QUEUES * 2); in bnxt_hwrm_reserve_pf_rings()