Home
last modified time | relevance | path

Searched refs:rx_nr_rings (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_reps.c49 que = queue_id < vfr_bp->rx_nr_rings ? queue_id : 0; in bnxt_vfr_recv()
393 for (i = 0; i < rep_bp->rx_nr_rings; i++) { in bnxt_rep_free_rx_mbufs()
558 rep_bp->rx_nr_rings = eth_dev->data->nb_rx_queues; in bnxt_rep_dev_configure_op()
H A Dbnxt.h680 unsigned int rx_nr_rings; member
858 unsigned int rx_nr_rings; member
H A Dbnxt_rxq.c256 for (i = 0; i < (int)bp->rx_nr_rings; i++) { in bnxt_free_rx_mbufs()
H A Dbnxt_ethdev.c213 return RTE_ALIGN_MUL_CEIL(bp->rx_nr_rings, in bnxt_rss_ctxts()
1020 bp->rx_nr_rings = eth_dev->data->nb_rx_queues; in bnxt_dev_configure_op()
1089 bp->rx_cp_nr_rings = bp->rx_nr_rings; in bnxt_dev_configure_op()
1753 if (qid >= bp->rx_nr_rings) in bnxt_qid_to_rxq()
1766 for (i = 0; i < bp->rx_nr_rings; i++) { in bnxt_rss_to_qid()
1772 for (i = 0; i < bp->rx_nr_rings; i++) { in bnxt_rss_to_qid()
H A Dbnxt_flow.c1048 if (!act_q->index || act_q->index >= bp->rx_nr_rings) { in bnxt_validate_and_parse_flow()
1296 rss->queue[i] >= bp->rx_nr_rings || in bnxt_validate_and_parse_flow()
H A Dbnxt_hwrm.c986 req.num_hw_ring_grps = rte_cpu_to_le_16(bp->rx_nr_rings); in bnxt_hwrm_func_reserve_vf_resc()
990 req.num_rx_rings = rte_cpu_to_le_16(bp->rx_nr_rings * in bnxt_hwrm_func_reserve_vf_resc()
992 req.num_stat_ctxs = rte_cpu_to_le_16(bp->rx_nr_rings + bp->tx_nr_rings); in bnxt_hwrm_func_reserve_vf_resc()
993 req.num_cmpl_rings = rte_cpu_to_le_16(bp->rx_nr_rings + in bnxt_hwrm_func_reserve_vf_resc()
996 req.num_vnics = rte_cpu_to_le_16(bp->rx_nr_rings); in bnxt_hwrm_func_reserve_vf_resc()
4827 int max_rings = bp->rx_nr_rings; in bnxt_vnic_rss_configure_thor()
H A Dbnxt_rxr.c969 for (i = 0; i < (int)bp->rx_nr_rings; i++) { in bnxt_free_rx_rings()