Home
last modified time | relevance | path

Searched refs:spoofchk (Results 1 – 26 of 26) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/sfc/
Dsriov.c41 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()
Dsriov.h21 bool spoofchk);
Dsiena_sriov.h56 bool spoofchk);
Def10_sriov.h51 bool spoofchk);
Def10_sriov.c665 bool spoofchk) in efx_ef10_sriov_set_vf_spoofchk() argument
667 return spoofchk ? -EOPNOTSUPP : 0; in efx_ef10_sriov_set_vf_spoofchk()
Dsiena_sriov.c1634 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()
Dnet_driver.h1339 bool spoofchk);
/linux-4.4.14/include/linux/
Dif_link.h22 __u32 spoofchk; member
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.h108 bool spoofchk; member
Di40e_virtchnl_pf.c968 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()
Di40e_main.c8909 if (pf->vf[vsi->vf_id].spoofchk) { in i40e_add_vsi()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_sriov.h134 bool spoofchk; member
Dqlcnic_sriov_pf.c700 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()
Dqlcnic_sriov_common.c206 vp->spoofchk = false; in qlcnic_sriov_init()
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_main.c1626 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()
Dbe_cmds.c3226 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()
Dbe_cmds.h1814 u8 spoofchk; member
2375 u16 intf_id, u16 hsw_mode, u8 spoofchk);
2377 u16 intf_id, u8 *mode, bool *spoofchk);
Dbe.h374 bool spoofchk; member
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dcmd.c2018 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()
Dmlx4.h510 bool spoofchk; member
Dresource_tracker.c804 if (vp_oper->state.spoofchk) { in update_vport_qp_param()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_sriov.c99 ivi->spoofchk = vf->flags & BNXT_VF_SPOOFCHK; in bnxt_get_vf_config()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sriov.c1526 ivi->spoofchk = adapter->vfinfo[vf].spoofchk_enabled; in ixgbe_ndo_get_vf_config()
/linux-4.4.14/net/core/
Drtnetlink.c1097 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/
Dbnx2x_sriov.c2618 ivi->spoofchk = 1; /*always enabled */ in bnx2x_get_vf_config()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb_main.c7892 ivi->spoofchk = adapter->vf_data[vf].spoofchk_enabled; in igb_ndo_get_vf_config()