Searched refs:ndo_set_vf_spoofchk (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/net/core/ |
D | rtnetlink.c | 1601 if (ops->ndo_set_vf_spoofchk) in do_setvfinfo() 1602 err = ops->ndo_set_vf_spoofchk(dev, ivs->vf, in do_setvfinfo()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | efx.c | 2317 .ndo_set_vf_spoofchk = efx_sriov_set_vf_spoofchk,
|
/linux-4.4.14/include/linux/ |
D | netdevice.h | 1116 int (*ndo_set_vf_spoofchk)(struct net_device *dev, member
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_netdev.c | 2534 .ndo_set_vf_spoofchk = mlx4_en_set_vf_spoofchk,
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_main.c | 555 .ndo_set_vf_spoofchk = qlcnic_sriov_set_vf_spoofchk,
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 5335 .ndo_set_vf_spoofchk = be_set_vf_spoofchk,
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 5526 .ndo_set_vf_spoofchk = bnxt_set_vf_spoofchk,
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 2084 .ndo_set_vf_spoofchk = igb_ndo_set_vf_spoofchk,
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 8411 .ndo_set_vf_spoofchk = ixgbe_ndo_set_vf_spoofchk,
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 8597 .ndo_set_vf_spoofchk = i40e_ndo_set_vf_spoofchk,
|