Searched refs:ice_update_vsi (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_vsi_vlan_lib.c | 113 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 D | ice_switch.h | 331 ice_update_vsi(struct ice_hw *hw, u16 vsi_handle, struct ice_vsi_ctx *vsi_ctx,
|
| H A D | ice_lib.c | 1325 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 D | ice_vf_lib.c | 1136 err = ice_update_vsi(&vsi->back->hw, vsi->idx, ctx, NULL); in ice_cfg_mac_antispoof()
|
| H A D | ice_switch.c | 1825 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 D | ice_main.c | 4202 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 D | ice_virtchnl.c | 852 status = ice_update_vsi(hw, vsi->idx, ctx, NULL); in ice_vc_handle_rss_cfg()
|