Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_switch.h93 struct ice_vsi_ctx { struct
396 ice_aq_add_vsi(struct ice_hw *hw, struct ice_vsi_ctx *vsi_ctx,
399 ice_aq_free_vsi(struct ice_hw *hw, struct ice_vsi_ctx *vsi_ctx,
402 ice_aq_update_vsi(struct ice_hw *hw, struct ice_vsi_ctx *vsi_ctx,
405 ice_add_vsi(struct ice_hw *hw, u16 vsi_handle, struct ice_vsi_ctx *vsi_ctx,
408 ice_free_vsi(struct ice_hw *hw, u16 vsi_handle, struct ice_vsi_ctx *vsi_ctx,
411 ice_update_vsi(struct ice_hw *hw, u16 vsi_handle, struct ice_vsi_ctx *vsi_ctx,
413 struct ice_vsi_ctx *ice_get_vsi_ctx(struct ice_hw *hw, u16 vsi_handle);
416 ice_aq_get_vsi_params(struct ice_hw *hw, struct ice_vsi_ctx *vsi_ctx,
H A Dice_sched.c563 struct ice_vsi_ctx *vsi_ctx; in ice_alloc_lan_q_ctx()
1517 struct ice_vsi_ctx *vsi_ctx; in ice_sched_get_free_qparent()
1862 struct ice_vsi_ctx *vsi_ctx; in ice_sched_update_vsi_child_nodes()
1923 struct ice_vsi_ctx *vsi_ctx; in ice_sched_cfg_vsi()
2046 struct ice_vsi_ctx *vsi_ctx; in ice_sched_rm_vsi_cfg()
3128 struct ice_vsi_ctx *vsi_ctx; in ice_sched_save_vsi_bw_alloc()
3221 struct ice_vsi_ctx *vsi_ctx; in ice_sched_save_vsi_bw()
3273 struct ice_vsi_ctx *vsi_ctx; in ice_sched_save_vsi_prio()
4696 struct ice_vsi_ctx *vsi_ctx; in ice_sched_set_agg_bw_dflt_lmt()
4753 struct ice_vsi_ctx *vsi_ctx; in ice_sched_get_node_by_id_type()
[all …]
H A Dice_switch.c2686 ice_aq_add_vsi(struct ice_hw *hw, struct ice_vsi_ctx *vsi_ctx, in ice_aq_add_vsi()
2729 ice_aq_free_vsi(struct ice_hw *hw, struct ice_vsi_ctx *vsi_ctx, in ice_aq_free_vsi()
2764 ice_aq_update_vsi(struct ice_hw *hw, struct ice_vsi_ctx *vsi_ctx, in ice_aq_update_vsi()
2824 struct ice_vsi_ctx *ice_get_vsi_ctx(struct ice_hw *hw, u16 vsi_handle) in ice_get_vsi_ctx()
2838 ice_save_vsi_ctx(struct ice_hw *hw, u16 vsi_handle, struct ice_vsi_ctx *vsi) in ice_save_vsi_ctx()
2850 struct ice_vsi_ctx *vsi; in ice_clear_vsi_q_ctx()
2873 struct ice_vsi_ctx *vsi; in ice_clear_vsi_ctx()
2907 ice_add_vsi(struct ice_hw *hw, u16 vsi_handle, struct ice_vsi_ctx *vsi_ctx, in ice_add_vsi()
2910 struct ice_vsi_ctx *tmp_vsi_ctx; in ice_add_vsi()
2921 tmp_vsi_ctx = (struct ice_vsi_ctx *) in ice_add_vsi()
[all …]
H A Dice_type.h1150 struct ice_vsi_ctx *vsi_ctx[ICE_MAX_VSI];
H A Dice_common.c4885 struct ice_vsi_ctx *vsi; in ice_get_lan_q_ctx()
/dpdk/drivers/net/ice/
H A Dice_dcf_parent.c28 struct ice_vsi_ctx *vsi_ctx; in ice_dcf_update_vsi_ctx()
92 struct ice_vsi_ctx *vsi_ctx; in ice_dcf_update_pf_vsi_map()
H A Dice_ethdev.c1494 struct ice_vsi_ctx vsi_ctx; in ice_setup_vsi()
2374 struct ice_vsi_ctx vsi_ctx; in ice_release_vsi()
4216 struct ice_vsi_ctx ctxt; in ice_vsi_config_vlan_filter()
4259 struct ice_vsi_ctx ctxt; in ice_vsi_manage_vlan_stripping()
4312 struct ice_vsi_ctx ctxt; in ice_vsi_ena_outer_stripping()
4350 struct ice_vsi_ctx ctxt; in ice_vsi_dis_outer_stripping()
4850 struct ice_vsi_ctx ctxt; in ice_vsi_vlan_pvid_set()