Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_vsi_vlan_lib.c113 err = ice_update_vsi(hw, vsi->idx, ctxt, NULL); in ice_vsi_manage_vlan_insertion()
169 err = ice_update_vsi(hw, vsi->idx, ctxt, NULL); in ice_vsi_manage_vlan_stripping()
258 ret = ice_update_vsi(hw, vsi->idx, ctxt, NULL); in __ice_vsi_set_inner_port_vlan()
306 ret = ice_update_vsi(hw, vsi->idx, ctxt, NULL); in ice_vsi_clear_inner_port_vlan()
497 err = ice_update_vsi(hw, vsi->idx, ctxt, NULL); in ice_vsi_ena_outer_stripping()
544 err = ice_update_vsi(hw, vsi->idx, ctxt, NULL); in ice_vsi_dis_outer_stripping()
604 err = ice_update_vsi(hw, vsi->idx, ctxt, NULL); in ice_vsi_ena_outer_insertion()
654 err = ice_update_vsi(hw, vsi->idx, ctxt, NULL); in ice_vsi_dis_outer_insertion()
720 err = ice_update_vsi(hw, vsi->idx, ctxt, NULL); in __ice_vsi_set_outer_port_vlan()
782 err = ice_update_vsi(hw, vsi->idx, ctxt, NULL); in ice_vsi_clear_outer_port_vlan()
[all …]
H A Dice_switch.h331 ice_update_vsi(struct ice_hw *hw, u16 vsi_handle, struct ice_vsi_ctx *vsi_ctx,
H A Dice_lib.c1325 ret = ice_update_vsi(hw, vsi->idx, ctxt, NULL); in ice_vsi_init()
3357 ret = ice_update_vsi(&pf->hw, vsi->idx, ctx, NULL); in ice_vsi_cfg_tc()
3926 if (ice_update_vsi(&vsi->back->hw, vsi->idx, &ctx, NULL)) in ice_vsi_update_security()
3973 if (ice_update_vsi(&vsi->back->hw, vsi->idx, &ctx, NULL)) in ice_vsi_update_local_lb()
H A Dice_vf_lib.c1136 err = ice_update_vsi(&vsi->back->hw, vsi->idx, ctx, NULL); in ice_cfg_mac_antispoof()
H A Dice_switch.c1825 ice_update_vsi(struct ice_hw *hw, u16 vsi_handle, struct ice_vsi_ctx *vsi_ctx, in ice_update_vsi() function
1865 status = ice_update_vsi(hw, vsi_handle, ctx, NULL); in ice_cfg_rdma_fltr()
H A Dice_main.c4202 status = ice_update_vsi(hw, vsi->idx, ctxt, NULL); in ice_set_safe_mode_vlan_cfg()
8085 err = ice_update_vsi(hw, vsi->idx, ctx, NULL); in ice_set_rss_hfunc()
8161 ret = ice_update_vsi(hw, vsi->idx, ctxt, NULL); in ice_vsi_update_bridge_mode()
H A Dice_virtchnl.c852 status = ice_update_vsi(hw, vsi->idx, ctx, NULL); in ice_vc_handle_rss_cfg()