Searched refs:i40e_aq_update_vsi_params (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_client.c | 713 err = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_client_update_vsi_ctxt()
|
H A D | i40e_prototype.h | 149 int i40e_aq_update_vsi_params(struct i40e_hw *hw,
|
H A D | i40e_main.c | 3033 ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_vlan_stripping_enable() 3068 ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_vlan_stripping_disable() 3313 ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_vsi_add_pvid() 5791 ret = i40e_aq_update_vsi_params(hw, &ctxt, NULL); in i40e_update_adq_vsi_queues() 5913 ret = i40e_aq_update_vsi_params(hw, &ctxt, NULL); in i40e_vsi_config_tc() 7963 ret = i40e_aq_update_vsi_params(hw, &ctxt, NULL); in i40e_setup_macvlans() 10333 ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_enable_pf_switch_lb() 10369 ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_disable_pf_switch_lb() 14041 ret = i40e_aq_update_vsi_params(hw, &ctxt, NULL); in i40e_add_vsi() 14061 ret = i40e_aq_update_vsi_params(hw, &ctxt, NULL); in i40e_add_vsi()
|
H A D | i40e_virtchnl_pf.c | 4895 ret = i40e_aq_update_vsi_params(hw, &ctxt, NULL); in i40e_ndo_set_vf_spoofchk()
|
H A D | i40e_common.c | 2160 int i40e_aq_update_vsi_params(struct i40e_hw *hw, in i40e_aq_update_vsi_params() function
|