| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | sriov.h | 47 bool spoofchk) in efx_sriov_set_vf_spoofchk() argument 52 return efx->type->sriov_set_vf_spoofchk(efx, vf_i, spoofchk); in efx_sriov_set_vf_spoofchk()
|
| H A D | siena_sriov.h | 53 bool spoofchk);
|
| H A D | siena_sriov.c | 1633 bool spoofchk) in efx_siena_sriov_set_vf_spoofchk() argument 1646 spoofchk ? VF_TX_FILTER_ON : VF_TX_FILTER_OFF; in efx_siena_sriov_set_vf_spoofchk() 1674 ivi->spoofchk = vf->tx_filter_mode == VF_TX_FILTER_ON; in efx_siena_sriov_get_vf_config()
|
| H A D | net_driver.h | 1422 bool spoofchk);
|
| /linux/drivers/net/ethernet/sfc/ |
| H A 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()
|
| H A D | sriov.h | 18 bool spoofchk);
|
| H A D | ef10_sriov.h | 46 bool spoofchk);
|
| H A D | ef10_sriov.c | 730 int efx_ef10_sriov_set_vf_spoofchk(struct efx_nic *efx, int vf_i, bool spoofchk) in efx_ef10_sriov_set_vf_spoofchk() argument 737 spoofchk) in efx_ef10_sriov_set_vf_spoofchk() 742 spoofchk ? 0 : MC_CMD_PRIVILEGE_MASK_IN_GRP_MAC_SPOOFING_TX); in efx_ef10_sriov_set_vf_spoofchk()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
| H A D | legacy.c | 453 u16 vport, bool spoofchk) in mlx5_eswitch_set_vport_spoofchk() argument 469 pschk = evport->info.spoofchk; in mlx5_eswitch_set_vport_spoofchk() 470 evport->info.spoofchk = spoofchk; in mlx5_eswitch_set_vport_spoofchk() 478 evport->info.spoofchk = pschk; in mlx5_eswitch_set_vport_spoofchk()
|
| /linux/include/linux/ |
| H A D | if_link.h | 25 __u32 spoofchk; member
|
| /linux/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_sriov.c | 584 ivi->spoofchk = vfinfo->spoofchk; in hinic_get_vf_config() 917 bool spoofchk) in hinic_set_vf_spoofchk() argument 930 spoofchk_cfg.state = spoofchk ? 1 : 0; in hinic_set_vf_spoofchk() 943 vf_infos[HW_VF_ID_TO_OS(vf_id)].spoofchk = spoofchk; in hinic_set_vf_spoofchk() 959 cur_spoofchk = nic_dev->hwdev->func_to_io.vf_infos[vf].spoofchk; in hinic_ndo_set_vf_spoofchk() 1142 if (vf_infos->spoofchk) in hinic_clear_vf_infos()
|
| H A D | hinic_sriov.h | 45 bool spoofchk; member
|
| /linux/include/linux/pds/ |
| H A D | pds_core_if.h | 374 u8 spoofchk; member 414 u8 spoofchk; member
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_virtchnl_pf.h | 111 bool spoofchk; member
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_sriov.h | 133 bool spoofchk; member
|
| H A D | qlcnic_sriov_pf.c | 701 if (vp->spoofchk == true) { in qlcnic_sriov_set_vf_acl() 2008 ivi->spoofchk = vp->spoofchk; in qlcnic_sriov_get_vf_config() 2044 vp->spoofchk = chk; in qlcnic_sriov_set_vf_spoofchk()
|
| /linux/drivers/net/ethernet/netronome/nfp/ |
| H A D | nfp_net_sriov.c | 292 ivi->spoofchk = FIELD_GET(NFP_NET_VF_CFG_CTRL_SPOOF, flags); in nfp_app_get_vf_config()
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | cmd.c | 2019 vp_oper->state.spoofchk = vp_admin->spoofchk; in mlx4_master_activate_admin_state() 2040 if (vp_admin->spoofchk) { in mlx4_master_activate_admin_state() 2995 if (s_info->spoofchk && is_zero_ether_addr(mac)) { in mlx4_set_vf_mac() 3192 s_info->spoofchk = setting; in mlx4_set_vf_spoofchk() 3232 ivf->spoofchk = s_info->spoofchk; in mlx4_get_vf_config()
|
| /linux/drivers/net/ethernet/emulex/benet/ |
| H A D | be_main.c | 1915 vi->spoofchk = adapter->vf_cfg[vf].spoofchk; in be_get_vf_config() 2100 u8 spoofchk; in be_set_vf_spoofchk() local 2112 if (enable == vf_cfg->spoofchk) in be_set_vf_spoofchk() 2115 spoofchk = enable ? ENABLE_MAC_SPOOFCHK : DISABLE_MAC_SPOOFCHK; in be_set_vf_spoofchk() 2118 0, spoofchk); in be_set_vf_spoofchk() 2125 vf_cfg->spoofchk = enable; in be_set_vf_spoofchk() 4225 bool spoofchk; in be_vf_setup() local 4275 &spoofchk); in be_vf_setup() 4277 vf_cfg->spoofchk = spoofchk; in be_vf_setup()
|
| H A D | be_cmds.c | 3885 u32 domain, u16 intf_id, u16 hsw_mode, u8 spoofchk) in be_cmd_set_hsw_config() argument 3926 if (!BEx_chip(adapter) && spoofchk) { in be_cmd_set_hsw_config() 3928 ctxt, spoofchk); in be_cmd_set_hsw_config() 3930 ctxt, spoofchk); in be_cmd_set_hsw_config() 3943 u32 domain, u16 intf_id, u8 *mode, bool *spoofchk) in be_cmd_get_hsw_config() argument 3991 if (spoofchk) in be_cmd_get_hsw_config() 3992 *spoofchk = in be_cmd_get_hsw_config() 3994 spoofchk, &resp->context); in be_cmd_get_hsw_config()
|
| H A D | be.h | 352 bool spoofchk; member
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_sriov.c | 210 if (vf->spoofchk) in bnx2x_vfop_qctor_prep() 1267 bnx2x_vf(bp, i, spoofchk) = 1; in bnx2x_iov_init_one() 2631 ivi->spoofchk = vf->spoofchk ? 1 : 0; in bnx2x_get_vf_config() 2961 if (vf->spoofchk == val) in bnx2x_set_vf_spoofchk() 2964 vf->spoofchk = val ? 1 : 0; in bnx2x_set_vf_spoofchk()
|
| H A D | bnx2x_sriov.h | 147 u8 spoofchk; member
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | eswitch.c | 2114 if (evport->info.spoofchk && !is_valid_ether_addr(mac)) in mlx5_esw_set_vport_mac_locked() 2236 ivi->spoofchk = evport->info.spoofchk; in mlx5_eswitch_get_vport_config()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_main.h | 1045 u32 spoofchk; member
|