Home
last modified time | relevance | path

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

/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()
84 for (i = 0; i < bp->max_vnics; i++) { in bnxt_free_all_vnics()
99 for (i = 0; i < bp->max_vnics; i++) { in bnxt_free_vnic_attributes()
175 uint16_t max_vnics, i; in bnxt_free_vnic_mem() local
180 max_vnics = bp->max_vnics; in bnxt_free_vnic_mem()
181 for (i = 0; i < max_vnics; i++) { in bnxt_free_vnic_mem()
196 uint16_t max_vnics; in bnxt_alloc_vnic_mem() local
198 max_vnics = bp->max_vnics; in bnxt_alloc_vnic_mem()
[all …]
H A Dbnxt_flow.c790 for (i = bp->max_vnics - 1; i >= 0; i--) { in bnxt_find_matching_l2_filter()
947 if (bp->nr_vnics > bp->max_vnics - 1) in bnxt_vnic_prep()
1737 for (i = 0; i < bp->max_vnics; i++) { in find_matching_vnic()
1838 for (i = bp->max_vnics - 1; i >= 0; i--) { in bnxt_match_filter()
2309 for (i = 0; i < bp->max_vnics; i++) { in bnxt_flow_flush()
H A Dbnxt_hwrm.c905 bp->max_vnics = rte_le_to_cpu_16(resp->max_vnics); in __bnxt_hwrm_func_qcaps()
907 bp->max_l2_ctx, bp->max_vnics); in __bnxt_hwrm_func_qcaps()
1214 bp->max_vnics = rte_le_to_cpu_16(resp->max_vnics); in bnxt_hwrm_func_resc_qcaps()
2931 for (i = bp->max_vnics - 1; i >= 0; i--) { in bnxt_free_all_hwrm_resources()
3545 req->max_vnics = rte_cpu_to_le_16(bp->max_vnics / (num_vfs + 1)); in bnxt_fill_vf_func_cfg_req_new()
3546 req->min_vnics = req->max_vnics; in bnxt_fill_vf_func_cfg_req_new()
3640 bp->max_vnics = rte_le_to_cpu_16(resp->alloc_vnics); in bnxt_update_max_resources_pf_only()
3708 pf_resc->num_vnics = bp->max_vnics; in bnxt_calculate_pf_resources()
3729 pf_resc->num_vnics = bp->max_vnics / (num_vfs + 1) + in bnxt_calculate_pf_resources()
3730 bp->max_vnics % (num_vfs + 1); in bnxt_calculate_pf_resources()
[all …]
H A Dbnxt.h813 uint16_t max_vnics; member
1002 if ((vnic_id) >= (bp)->max_vnics) { \
H A Dbnxt_stats.c797 for (j = 0; j < bp->max_vnics; j++) { in bnxt_dev_xstats_get_op()
1039 for (i = 0; i < bp->max_vnics; i++) { in bnxt_flow_stats_req()
H A Dbnxt_rxq.c93 max_pools = RTE_MIN(bp->max_vnics, in bnxt_mq_rx_configure()
H A Dbnxt_ethdev.c957 uint16_t max_vnics, i, j, vpool, vrxq; in bnxt_dev_info_get_op() local
979 max_vnics = bp->max_vnics; in bnxt_dev_info_get_op()
1043 if (max_vnics > vpool) { in bnxt_dev_info_get_op()
1138 bp->max_vnics < eth_dev->data->nb_rx_queues) in bnxt_dev_configure_op()
1173 bp->max_stat_ctx, bp->max_ring_grps, bp->max_vnics); in bnxt_dev_configure_op()
H A Dhsi_struct_def_dpdk.h13850 uint16_t max_vnics; member
17035 uint16_t max_vnics; member
17138 uint16_t max_vnics; member