Home
last modified time | relevance | path

Searched refs:i40e_aq_update_vsi_params (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/intel/i40e/
Di40e_client.c714 err = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_client_update_vsi_ctxt()
Di40e_prototype.h152 i40e_status i40e_aq_update_vsi_params(struct i40e_hw *hw,
Di40e_main.c2985 ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_vlan_stripping_enable()
3020 ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_vlan_stripping_disable()
3265 ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_vsi_add_pvid()
5722 ret = i40e_aq_update_vsi_params(hw, &ctxt, NULL); in i40e_update_adq_vsi_queues()
5844 ret = i40e_aq_update_vsi_params(hw, &ctxt, NULL); in i40e_vsi_config_tc()
7894 ret = i40e_aq_update_vsi_params(hw, &ctxt, NULL); in i40e_setup_macvlans()
10264 ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_enable_pf_switch_lb()
10300 ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_disable_pf_switch_lb()
13932 ret = i40e_aq_update_vsi_params(hw, &ctxt, NULL); in i40e_add_vsi()
13952 ret = i40e_aq_update_vsi_params(hw, &ctxt, NULL); in i40e_add_vsi()
Di40e_virtchnl_pf.c4728 ret = i40e_aq_update_vsi_params(hw, &ctxt, NULL); in i40e_ndo_set_vf_spoofchk()
Di40e_common.c2275 i40e_status i40e_aq_update_vsi_params(struct i40e_hw *hw, in i40e_aq_update_vsi_params() function