Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sriov.h49 int ixgbe_ndo_set_vf_spoofchk(struct net_device *netdev, int vf, bool setting);
Dixgbe_sriov.c885 ixgbe_ndo_set_vf_spoofchk(adapter->netdev, vf, false); in ixgbe_set_vf_macvlan_msg()
1370 int ixgbe_ndo_set_vf_spoofchk(struct net_device *netdev, int vf, bool setting) in ixgbe_ndo_set_vf_spoofchk() function
Dixgbe_main.c3656 ixgbe_ndo_set_vf_spoofchk(adapter->netdev, i, false); in ixgbe_configure_virtualization()
8166 .ndo_set_vf_spoofchk = ixgbe_ndo_set_vf_spoofchk,