Home
last modified time | relevance | path

Searched defs:vnic (Results 1 – 17 of 17) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_vnic.c40 struct bnxt_vnic_info *vnic; in bnxt_init_vnics() local
64 struct bnxt_vnic_info *vnic; in bnxt_alloc_vnic() local
78 struct bnxt_vnic_info *vnic; in bnxt_free_all_vnics() local
93 struct bnxt_vnic_info *vnic; in bnxt_free_vnic_attributes() local
119 struct bnxt_vnic_info *vnic; in bnxt_alloc_vnic_attributes() local
183 struct bnxt_vnic_info *vnic; in bnxt_free_vnic_mem() local
221 int bnxt_vnic_grp_alloc(struct bnxt *bp, struct bnxt_vnic_info *vnic) in bnxt_vnic_grp_alloc()
H A Dbnxt_flow.c762 struct bnxt_vnic_info *vnic = &bp->vnic_info[i]; in bnxt_find_matching_l2_filter() local
789 struct bnxt_vnic_info *vnic) in bnxt_create_l2_filter()
878 struct bnxt_vnic_info *vnic) in bnxt_get_l2_filter()
942 struct bnxt_vnic_info *vnic, in match_vnic_rss_cfg()
1017 struct bnxt_vnic_info *vnic = NULL, *vnic0 = NULL; in bnxt_validate_and_parse_flow() local
1468 struct bnxt_vnic_info *vnic = NULL; in find_matching_vnic() local
1491 struct bnxt_vnic_info *vnic = NULL; in bnxt_flow_validate() local
1573 struct bnxt_vnic_info *vnic = &bp->vnic_info[i]; in bnxt_match_filter() local
1683 struct bnxt_vnic_info *vnic = NULL; in bnxt_flow_create() local
1921 struct bnxt_vnic_info *vnic; in _bnxt_flow_destroy() local
[all …]
H A Dbnxt_rxq.c36 struct bnxt_vnic_info *vnic; in bnxt_mq_rx_configure() local
451 struct bnxt_vnic_info *vnic = NULL; in bnxt_rx_queue_start() local
517 struct bnxt_vnic_info *vnic = NULL; in bnxt_rx_queue_stop() local
H A Dbnxt_hwrm.c367 struct bnxt_vnic_info *vnic, in bnxt_hwrm_cfa_l2_set_rx_mask()
458 struct bnxt_vnic_info *vnic = NULL; in bnxt_hwrm_clear_l2_filter() local
1848 struct bnxt_vnic_info *vnic, in bnxt_hwrm_vnic_plcmodes_qcfg()
1876 struct bnxt_vnic_info *vnic, in bnxt_hwrm_vnic_plcmodes_cfg()
2066 struct bnxt_vnic_info *vnic, uint16_t ctx_idx) in bnxt_hwrm_vnic_ctx_alloc()
2201 struct bnxt_vnic_info *vnic) in bnxt_hwrm_vnic_rss_cfg()
2234 struct bnxt_vnic_info *vnic) in bnxt_hwrm_vnic_plcmode_cfg()
2270 struct bnxt_vnic_info *vnic, bool enable) in bnxt_hwrm_vnic_tpa_cfg()
2769 struct bnxt_vnic_info *vnic = &bp->vnic_info[i]; in bnxt_free_all_hwrm_resources() local
4497 struct bnxt_vnic_info vnic; in bnxt_hwrm_func_vf_vnic_query_and_config() local
[all …]
H A Dbnxt_ethdev.c1476 struct bnxt_vnic_info *vnic; in bnxt_mac_addr_remove_op() local
1637 struct bnxt_vnic_info *vnic; in bnxt_promiscuous_enable_op() local
1666 struct bnxt_vnic_info *vnic; in bnxt_promiscuous_disable_op() local
1695 struct bnxt_vnic_info *vnic; in bnxt_allmulticast_enable_op() local
1724 struct bnxt_vnic_info *vnic; in bnxt_allmulticast_disable_op() local
1895 struct bnxt_vnic_info *vnic; in bnxt_rss_hash_update_op() local
2219 struct bnxt_vnic_info *vnic; in bnxt_del_vlan_filter() local
2248 struct bnxt_vnic_info *vnic; in bnxt_add_vlan_filter() local
2363 struct bnxt_vnic_info *vnic; in bnxt_config_vlan_hw_filter() local
2605 struct bnxt_vnic_info *vnic; in bnxt_dev_set_mc_addr_list_op() local
[all …]
H A Drte_pmd_bnxt.c77 rte_pmd_bnxt_set_all_queues_drop_en_cb(struct bnxt_vnic_info *vnic, void *onptr) in rte_pmd_bnxt_set_all_queues_drop_en_cb()
344 rte_pmd_bnxt_set_vf_vlan_stripq_cb(struct bnxt_vnic_info *vnic, void *onptr) in rte_pmd_bnxt_set_vf_vlan_stripq_cb()
457 struct bnxt_vnic_info vnic; in bnxt_set_vf_table() local
735 struct bnxt_vnic_info vnic; in rte_pmd_bnxt_mac_addr_add() local
H A Dbnxt_stats.c679 struct bnxt_vnic_info *vnic; in bnxt_dev_xstats_get_op() local
913 struct bnxt_vnic_info *vnic = NULL; in bnxt_flow_stats_req() local
H A Dbnxt_filter.c80 struct bnxt_vnic_info *vnic; in bnxt_free_all_filters() local
H A Dbnxt_rxq.h36 struct bnxt_vnic_info *vnic; member
H A Dbnxt_filter.h90 struct bnxt_vnic_info *vnic; member
H A Dbnxt.h240 uint16_t vnic; member
316 struct bnxt_vnic_info *vnic; member
/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_init.h202 #define ECORE_PF_Q_NUM(q_num, port, vnic)\ argument
215 uint32_t reg_addr, reg_bit_map, vnic; in ecore_map_q_cos() local
340 uint32_t vnic; in ecore_init_max() local
394 uint32_t vnic, fair_periodic_timeout_usec, vnicWeightSum, tFair; in ecore_init_min() local
457 uint32_t vnic, cos; in ecore_init_fw_wrr() local
H A Dbnx2x.c7904 uint8_t i, vnic; in bnx2x_get_mf_cfg_info() local
H A Decore_hsi.h5632 struct cmng_vnic vnic; member
/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_port_db.c394 uint16_t *vnic) in ulp_port_db_default_vnic_get()
H A Dulp_def_rules.c117 uint16_t vnic; in ulp_set_vnic_in_comp_fld() local
/f-stack/dpdk/drivers/net/thunderx/base/
H A Dnicvf_hw_defs.h1128 uint64_t vnic:7; member