Home
last modified time | relevance | path

Searched refs:ice_set_vf_spoofchk (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_virtchnl_pf.h128 int ice_set_vf_spoofchk(struct net_device *netdev, int vf_id, bool ena);
204 ice_set_vf_spoofchk(struct net_device __always_unused *netdev, in ice_set_vf_spoofchk() function
Dice_virtchnl_pf.c2208 int ice_set_vf_spoofchk(struct net_device *netdev, int vf_id, bool ena) in ice_set_vf_spoofchk() function
2361 ret = ice_set_vf_spoofchk(pf_netdev, vf->vf_id, rm_promisc); in ice_vc_cfg_promiscuous_mode_msg()
Dice_main.c6775 .ndo_set_vf_spoofchk = ice_set_vf_spoofchk,