Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/
H A Dbnxt_hwrm.h117 uint16_t num_nq_rings; member
H A Dbnxt_hwrm.c3495 req.num_msix = rte_cpu_to_le_16(pf_resc->num_nq_rings); in bnxt_hwrm_pf_func_cfg()
3685 pf_resc->num_nq_rings = rte_le_to_cpu_32(resp->alloc_msix); in bnxt_query_pf_resources()
3707 pf_resc->num_nq_rings = bp->max_nq_rings; in bnxt_calculate_pf_resources()
3727 pf_resc->num_nq_rings = bp->max_nq_rings / (num_vfs + 1) + in bnxt_calculate_pf_resources()
3906 bp->max_nq_rings = pf_resc->num_nq_rings; in bnxt_update_pf_resources()