Home
last modified time | relevance | path

Searched refs:max_vnics (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_vnic.c41 uint16_t max_vnics; in bnxt_init_vnics() local
44 max_vnics = bp->max_vnics; in bnxt_init_vnics()
46 for (i = 0; i < max_vnics; i++) { in bnxt_init_vnics()
125 uint16_t max_vnics; in bnxt_alloc_vnic_attributes() local
140 max_vnics = bp->max_vnics; in bnxt_alloc_vnic_attributes()
157 for (i = 0; i < max_vnics; i++) { in bnxt_alloc_vnic_attributes()
184 uint16_t max_vnics, i; in bnxt_free_vnic_mem() local
189 max_vnics = bp->max_vnics; in bnxt_free_vnic_mem()
205 uint16_t max_vnics; in bnxt_alloc_vnic_mem() local
207 max_vnics = bp->max_vnics; in bnxt_alloc_vnic_mem()
[all …]
H A Dbnxt.h774 uint16_t max_vnics; member
907 if ((vnic_id) >= (bp)->max_vnics) { \
H A Dbnxt_flow.c761 for (i = bp->max_vnics - 1; i >= 0; i--) { in bnxt_find_matching_l2_filter()
1471 for (i = 0; i < bp->max_vnics; i++) { in find_matching_vnic()
1572 for (i = bp->max_vnics - 1; i >= 0; i--) { in bnxt_match_filter()
2035 for (i = 0; i < bp->max_vnics; i++) { in bnxt_flow_flush()
H A Dbnxt_stats.c677 for (j = 0; j < bp->max_vnics; j++) { in bnxt_dev_xstats_get_op()
918 for (i = 0; i < bp->max_vnics; i++) { in bnxt_flow_stats_req()
H A Dbnxt_hwrm.c773 bp->max_vnics = 1; in __bnxt_hwrm_func_qcaps()
775 bp->max_vnics = rte_le_to_cpu_16(resp->max_vnics); in __bnxt_hwrm_func_qcaps()
777 bp->max_vnics = 1; in __bnxt_hwrm_func_qcaps()
780 bp->max_l2_ctx, bp->max_vnics); in __bnxt_hwrm_func_qcaps()
783 bp->pf->total_vnics = rte_le_to_cpu_16(resp->max_vnics); in __bnxt_hwrm_func_qcaps()
1060 bp->max_vnics = rte_le_to_cpu_16(resp->max_vnics); in bnxt_hwrm_func_resc_qcaps()
2768 for (i = bp->max_vnics - 1; i >= 0; i--) { in bnxt_free_all_hwrm_resources()
3348 req.num_vnics = rte_cpu_to_le_16(bp->max_vnics); in bnxt_hwrm_pf_func_cfg()
3386 req->max_vnics = rte_cpu_to_le_16(1); in bnxt_fill_vf_func_cfg_req_new()
3387 req->min_vnics = req->max_vnics; in bnxt_fill_vf_func_cfg_req_new()
H A Dbnxt_rxq.c84 max_pools = RTE_MIN(bp->max_vnics, in bnxt_mq_rx_configure()
H A Dbnxt_ethdev.c896 uint16_t max_vnics, i, j, vpool, vrxq; in bnxt_dev_info_get_op() local
918 max_vnics = bp->max_vnics; in bnxt_dev_info_get_op()
985 if (max_vnics > vpool) { in bnxt_dev_info_get_op()
1086 bp->max_vnics < eth_dev->data->nb_rx_queues) in bnxt_dev_configure_op()
1115 bp->max_stat_ctx, bp->max_ring_grps, bp->max_vnics); in bnxt_dev_configure_op()
H A Dhsi_struct_def_dpdk.h11010 uint16_t max_vnics; member
13624 uint16_t max_vnics; member
13719 uint16_t max_vnics; member