Searched refs:i40e_aq_update_vsi_params (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_prototype.h | 137 int i40e_aq_update_vsi_params(struct i40e_hw *hw,
|
H A D | i40e_main.c | 2978 ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_vlan_stripping_enable() 3012 ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_vlan_stripping_disable() 3256 ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_vsi_add_pvid() 5728 ret = i40e_aq_update_vsi_params(hw, &ctxt, NULL); in i40e_update_adq_vsi_queues() 5850 ret = i40e_aq_update_vsi_params(hw, &ctxt, NULL); in i40e_vsi_config_tc() 7926 ret = i40e_aq_update_vsi_params(hw, &ctxt, NULL); in i40e_setup_macvlans() 10272 ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_enable_pf_switch_lb() 10306 ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_disable_pf_switch_lb() 13881 ret = i40e_aq_update_vsi_params(hw, &ctxt, NULL); in i40e_add_vsi() 13900 ret = i40e_aq_update_vsi_params(h in i40e_add_vsi() [all...] |
H A D | i40e_common.c | 1785 * i40e_aq_update_vsi_params 1792 int i40e_aq_update_vsi_params(struct i40e_hw *hw, in i40e_aq_update_vsi_params() function
|
H A D | i40e_virtchnl_pf.c | 4890 ret = i40e_aq_update_vsi_params(hw, &ctxt, NULL); in i40e_ndo_set_vf_spoofchk()
|