Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/
H A Dbnxt_hwrm.c1216 bp->max_nq_rings = rte_le_to_cpu_16(resp->max_msix); in bnxt_hwrm_func_resc_qcaps()
3550 req->max_msix = rte_cpu_to_le_16(bp->max_nq_rings / (num_vfs + 1)); in bnxt_fill_vf_func_cfg_req_new()
3610 bp->max_nq_rings -= rte_le_to_cpu_16(resp->alloc_msix); in bnxt_update_max_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()
3728 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()
H A Dbnxt.h810 uint16_t max_nq_rings; member