/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | sriov.c | 41 bool spoofchk) in efx_sriov_set_vf_spoofchk() argument 46 return efx->type->sriov_set_vf_spoofchk(efx, vf_i, spoofchk); in efx_sriov_set_vf_spoofchk()
|
D | sriov.h | 21 bool spoofchk);
|
D | siena_sriov.h | 56 bool spoofchk);
|
D | ef10_sriov.h | 51 bool spoofchk);
|
D | ef10_sriov.c | 665 bool spoofchk) in efx_ef10_sriov_set_vf_spoofchk() argument 667 return spoofchk ? -EOPNOTSUPP : 0; in efx_ef10_sriov_set_vf_spoofchk()
|
D | siena_sriov.c | 1634 bool spoofchk) in efx_siena_sriov_set_vf_spoofchk() argument 1647 spoofchk ? VF_TX_FILTER_ON : VF_TX_FILTER_OFF; in efx_siena_sriov_set_vf_spoofchk() 1675 ivi->spoofchk = vf->tx_filter_mode == VF_TX_FILTER_ON; in efx_siena_sriov_get_vf_config()
|
D | net_driver.h | 1339 bool spoofchk);
|
/linux-4.4.14/include/linux/ |
D | if_link.h | 22 __u32 spoofchk; member
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_virtchnl_pf.h | 108 bool spoofchk; member
|
D | i40e_virtchnl_pf.c | 968 vfs[i].spoofchk = true; in i40e_alloc_vfs() 2367 ivi->spoofchk = vf->spoofchk; in i40e_ndo_get_vf_config() 2464 if (enable == vf->spoofchk) in i40e_ndo_set_vf_spoofchk() 2467 vf->spoofchk = enable; in i40e_ndo_set_vf_spoofchk()
|
D | i40e_main.c | 8909 if (pf->vf[vsi->vf_id].spoofchk) { in i40e_add_vsi()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_sriov.h | 134 bool spoofchk; member
|
D | qlcnic_sriov_pf.c | 700 if (vp->spoofchk == true) { in qlcnic_sriov_set_vf_acl() 2010 ivi->spoofchk = vp->spoofchk; in qlcnic_sriov_get_vf_config() 2046 vp->spoofchk = chk; in qlcnic_sriov_set_vf_spoofchk()
|
D | qlcnic_sriov_common.c | 206 vp->spoofchk = false; in qlcnic_sriov_init()
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 1626 vi->spoofchk = adapter->vf_cfg[vf].spoofchk; in be_get_vf_config() 1807 u8 spoofchk; in be_set_vf_spoofchk() local 1819 if (enable == vf_cfg->spoofchk) in be_set_vf_spoofchk() 1822 spoofchk = enable ? ENABLE_MAC_SPOOFCHK : DISABLE_MAC_SPOOFCHK; in be_set_vf_spoofchk() 1825 0, spoofchk); in be_set_vf_spoofchk() 1832 vf_cfg->spoofchk = enable; in be_set_vf_spoofchk() 3914 bool spoofchk; in be_vf_setup() local 3964 &spoofchk); in be_vf_setup() 3966 vf_cfg->spoofchk = spoofchk; in be_vf_setup()
|
D | be_cmds.c | 3226 u32 domain, u16 intf_id, u16 hsw_mode, u8 spoofchk) in be_cmd_set_hsw_config() argument 3263 if (!BEx_chip(adapter) && spoofchk) { in be_cmd_set_hsw_config() 3265 ctxt, spoofchk); in be_cmd_set_hsw_config() 3267 ctxt, spoofchk); in be_cmd_set_hsw_config() 3280 u32 domain, u16 intf_id, u8 *mode, bool *spoofchk) in be_cmd_get_hsw_config() argument 3328 if (spoofchk) in be_cmd_get_hsw_config() 3329 *spoofchk = in be_cmd_get_hsw_config() 3331 spoofchk, &resp->context); in be_cmd_get_hsw_config()
|
D | be_cmds.h | 1814 u8 spoofchk; member 2375 u16 intf_id, u16 hsw_mode, u8 spoofchk); 2377 u16 intf_id, u8 *mode, bool *spoofchk);
|
D | be.h | 374 bool spoofchk; member
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | cmd.c | 2018 if (vp_admin->spoofchk) { in mlx4_master_activate_admin_state() 3089 s_info->spoofchk = setting; in mlx4_set_vf_spoofchk() 3128 ivf->spoofchk = s_info->spoofchk; in mlx4_get_vf_config()
|
D | mlx4.h | 510 bool spoofchk; member
|
D | resource_tracker.c | 804 if (vp_oper->state.spoofchk) { in update_vport_qp_param()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_sriov.c | 99 ivi->spoofchk = vf->flags & BNXT_VF_SPOOFCHK; in bnxt_get_vf_config()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_sriov.c | 1526 ivi->spoofchk = adapter->vfinfo[vf].spoofchk_enabled; in ixgbe_ndo_get_vf_config()
|
/linux-4.4.14/net/core/ |
D | rtnetlink.c | 1097 ivi.spoofchk = -1; in rtnl_fill_vfinfo() 1123 vf_spoofchk.setting = ivi.spoofchk; in rtnl_fill_vfinfo()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sriov.c | 2618 ivi->spoofchk = 1; /*always enabled */ in bnx2x_get_vf_config()
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 7892 ivi->spoofchk = adapter->vf_data[vf].spoofchk_enabled; in igb_ndo_get_vf_config()
|