Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_prototype.h120 i40e_status i40e_aq_update_vsi_params(struct i40e_hw *hw,
Di40e_main.c1989 ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_vlan_stripping_enable()
2018 ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_vlan_stripping_disable()
2302 aq_ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_vsi_add_pvid()
4418 ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_vsi_config_tc()
5992 aq_ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_enable_pf_switch_lb()
6026 aq_ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_disable_pf_switch_lb()
8320 ret = i40e_aq_update_vsi_params(hw, &ctxt, NULL); in i40e_add_vsi()
Di40e_virtchnl_pf.c2394 ret = i40e_aq_update_vsi_params(hw, &ctxt, NULL); in i40e_ndo_set_vf_spoofchk()
Di40e_common.c1722 i40e_status i40e_aq_update_vsi_params(struct i40e_hw *hw, in i40e_aq_update_vsi_params() function