Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_filter.c67 max_filters = bp->max_l2_ctx; in bnxt_init_filters()
119 max_filters = bp->max_l2_ctx; in bnxt_free_filter_mem()
165 max_filters = bp->max_l2_ctx; in bnxt_alloc_filter_mem()
H A Dbnxt_stats.c702 if (++i > bp->max_l2_ctx) in bnxt_dev_xstats_get_op()
705 if (i > bp->max_l2_ctx) in bnxt_dev_xstats_get_op()
718 struct bnxt_xstats_name_off flow_bytes[bp->max_l2_ctx]; in bnxt_flow_stats_cnt()
719 struct bnxt_xstats_name_off flow_pkts[bp->max_l2_ctx]; in bnxt_flow_stats_cnt()
788 for (i = 0; i < bp->max_l2_ctx; i++) { in bnxt_dev_xstats_get_names_op()
H A Dbnxt_hwrm.c767 bp->max_l2_ctx = rte_le_to_cpu_16(resp->max_l2_ctxs); in __bnxt_hwrm_func_qcaps()
769 bp->max_l2_ctx += bp->max_rx_em_flows; in __bnxt_hwrm_func_qcaps()
780 bp->max_l2_ctx, bp->max_vnics); in __bnxt_hwrm_func_qcaps()
1057 bp->max_l2_ctx = rte_le_to_cpu_16(resp->max_l2_ctxs); in bnxt_hwrm_func_resc_qcaps()
1059 bp->max_l2_ctx += bp->max_rx_em_flows; in bnxt_hwrm_func_resc_qcaps()
3383 req->max_l2_ctxs = rte_cpu_to_le_16(bp->max_l2_ctx / (num_vfs + 1)); in bnxt_fill_vf_func_cfg_req_new()
3422 req->num_l2_ctxs = rte_cpu_to_le_16(bp->max_l2_ctx / (num_vfs + 1)); in bnxt_fill_vf_func_cfg_req_old()
3450 bp->max_l2_ctx -= rte_le_to_cpu_16(resp->alloc_l2_ctx); in bnxt_update_max_resources()
3514 pf_resc->num_l2_ctxs = bp->max_l2_ctx; in bnxt_calculate_pf_resources()
3530 pf_resc->num_l2_ctxs = bp->max_l2_ctx / (num_vfs + 1) + in bnxt_calculate_pf_resources()
[all …]
H A Dbnxt_rxq.c85 RTE_MIN(bp->max_l2_ctx, in bnxt_mq_rx_configure()
H A Dbnxt.h772 uint16_t max_l2_ctx; member
H A Dbnxt_reps.c519 dev_info->max_mac_addrs = parent_bp->max_l2_ctx; in bnxt_rep_dev_info_get_op()
H A Dbnxt_ethdev.c905 dev_info->max_mac_addrs = bp->max_l2_ctx; in bnxt_dev_info_get_op()
4372 bp->max_l2_ctx, in bnxt_setup_mac_addr()