Searched refs:i40e_aq_update_vsi_params (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_client.c | 709 err = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_client_update_vsi_ctxt()
|
H A D | i40e_main.c | 3001 ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_vlan_stripping_enable() 3036 ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_vlan_stripping_disable() 3281 ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_vsi_add_pvid() 5754 ret = i40e_aq_update_vsi_params(hw, &ctxt, NULL); in i40e_update_adq_vsi_queues() 5876 ret = i40e_aq_update_vsi_params(hw, &ctxt, NULL); in i40e_vsi_config_tc() 7967 ret = i40e_aq_update_vsi_params(hw, &ctxt, NULL); in i40e_setup_macvlans() 10317 ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_enable_pf_switch_lb() 10353 ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_disable_pf_switch_lb() 13939 ret = i40e_aq_update_vsi_params(hw, &ctxt, NULL); in i40e_add_vsi() 13959 ret = i40e_aq_update_vsi_params(hw, &ctxt, NULL); in i40e_add_vsi()
|