Searched refs:ixgbe_ndo_set_vf_spoofchk (Results 1 – 3 of 3) sorted by relevance
49 int ixgbe_ndo_set_vf_spoofchk(struct net_device *netdev, int vf, bool setting);
891 ixgbe_ndo_set_vf_spoofchk(adapter->netdev, vf, false); in ixgbe_set_vf_macvlan_msg()1443 int ixgbe_ndo_set_vf_spoofchk(struct net_device *netdev, int vf, bool setting) in ixgbe_ndo_set_vf_spoofchk() function
3748 ixgbe_ndo_set_vf_spoofchk(adapter->netdev, i, false); in ixgbe_configure_virtualization()8411 .ndo_set_vf_spoofchk = ixgbe_ndo_set_vf_spoofchk,