Home
last modified time | relevance | path

Searched refs:num_tx_rings (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_hwrm.h113 uint16_t num_tx_rings; member
H A Dbnxt_hwrm.c989 req.num_tx_rings = rte_cpu_to_le_16(bp->tx_nr_rings); in bnxt_hwrm_func_reserve_vf_resc()
3345 req.num_tx_rings = rte_cpu_to_le_16(pf_resc->num_tx_rings); in bnxt_hwrm_pf_func_cfg()
3420 req->num_tx_rings = rte_cpu_to_le_16(bp->max_tx_rings / (num_vfs + 1)); in bnxt_fill_vf_func_cfg_req_old()
3489 pf_resc->num_tx_rings = rte_le_to_cpu_16(resp->alloc_tx_rings); in bnxt_query_pf_resources()
3512 pf_resc->num_tx_rings = bp->max_tx_rings; in bnxt_calculate_pf_resources()
3526 pf_resc->num_tx_rings = bp->max_tx_rings / (num_vfs + 1) + in bnxt_calculate_pf_resources()
3701 bp->max_tx_rings = pf_resc->num_tx_rings; in bnxt_update_pf_resources()
H A Dhsi_struct_def_dpdk.h10640 uint16_t num_tx_rings; member
12166 uint16_t num_tx_rings; member
/f-stack/freebsd/net/
H A Diflib.c1282 na.num_tx_rings = ctx->ifc_softc_ctx.isc_ntxqsets; in iflib_netmap_attach()