/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_vsi_vlan_lib.c | 112 err = ice_update_vsi(hw, vsi->idx, ctxt, NULL); in ice_vsi_manage_vlan_insertion() 168 err = ice_update_vsi(hw, vsi->idx, ctxt, NULL); in ice_vsi_manage_vlan_stripping() 257 ret = ice_update_vsi(hw, vsi->idx, ctxt, NULL); in __ice_vsi_set_inner_port_vlan() 305 ret = ice_update_vsi(hw, vsi->idx, ctxt, NULL); in ice_vsi_clear_inner_port_vlan() 351 status = ice_update_vsi(&pf->hw, vsi->idx, ctxt, NULL); in ice_cfg_vlan_pruning() 398 err = ice_update_vsi(&vsi->back->hw, vsi->idx, ctx, NULL); in ice_cfg_vlan_antispoof() 495 err = ice_update_vsi(hw, vsi->idx, ctxt, NULL); in ice_vsi_ena_outer_stripping() 542 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() 655 err = ice_update_vsi(h in ice_vsi_dis_outer_insertion() [all...] |
H A D | ice_switch.h | 344 ice_update_vsi(struct ice_hw *hw, u16 vsi_handle, struct ice_vsi_ctx *vsi_ctx,
|
H A D | ice_lib.c | 1351 ret = ice_update_vsi(hw, vsi->idx, ctxt, NULL); in ice_vsi_init() 3464 ret = ice_update_vsi(&pf->hw, vsi->idx, ctx, NULL); in ice_vsi_cfg_tc() 4020 if (ice_update_vsi(&vsi->back->hw, vsi->idx, &ctx, NULL)) in ice_vsi_update_security() 4085 if (ice_update_vsi(&vsi->back->hw, vsi->idx, &ctx, NULL)) in ice_vsi_update_local_lb()
|
H A D | ice_vf_lib.c | 1091 err = ice_update_vsi(&vsi->back->hw, vsi->idx, ctx, NULL); in ice_cfg_mac_antispoof()
|
H A D | ice_virtchnl.c | 838 status = ice_update_vsi(hw, vsi->idx, ctx, NULL); in ice_vc_handle_rss_cfg()
|
H A D | ice_main.c | 4032 status = ice_update_vsi(hw, vsi->idx, ctxt, NULL); in ice_set_safe_mode_vlan_cfg() 7746 ret = ice_update_vsi(hw, vsi->idx, ctxt, NULL); in ice_vsi_update_bridge_mode()
|
H A D | ice_switch.c | 1742 * ice_update_vsi 1751 ice_update_vsi(struct ice_hw *hw, u16 vsi_handle, struct ice_vsi_ctx *vsi_ctx, in ice_update_vsi() function 1791 status = ice_update_vsi(hw, vsi_handle, ctx, NULL); in ice_cfg_rdma_fltr()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_switch.h | 203 ice_update_vsi(struct ice_hw *hw, u16 vsi_handle, struct ice_vsi_ctx *vsi_ctx,
|
H A D | ice_lib.c | 1036 ret = ice_update_vsi(hw, vsi->idx, ctxt, NULL); in ice_vsi_init() 1868 status = ice_update_vsi(hw, vsi->idx, ctxt, NULL); in ice_vsi_manage_vlan_insertion() 1921 status = ice_update_vsi(hw, vsi->idx, ctxt, NULL); in ice_vsi_manage_vlan_stripping() 2069 status = ice_update_vsi(&pf->hw, vsi->idx, ctxt, NULL); in ice_cfg_vlan_pruning() 3076 status = ice_update_vsi(&pf->hw, vsi->idx, ctx, NULL); in ice_vsi_cfg_tc()
|
H A D | ice_virtchnl_pf.c | 516 status = ice_update_vsi(hw, vsi->idx, ctxt, NULL); in ice_vsi_manage_pvid() 2294 status = ice_update_vsi(&pf->hw, vf_vsi->idx, ctx, NULL); in ice_set_vf_spoofchk()
|
H A D | ice_main.c | 3667 status = ice_update_vsi(hw, vsi->idx, ctxt, NULL); in ice_set_safe_mode_vlan_cfg() 6505 status = ice_update_vsi(hw, vsi->idx, ctxt, NULL); in ice_vsi_update_bridge_mode()
|
H A D | ice_switch.c | 407 * ice_update_vsi 416 ice_update_vsi(struct ice_hw *hw, u16 vsi_handle, struct ice_vsi_ctx *vsi_ctx, in ice_update_vsi() function
|