Home
last modified time | relevance | path

Searched refs:vf_caps (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.h96 unsigned long vf_caps; /* vf's adv. capabilities */ member
Di40e_virtchnl_pf.c1114 set_bit(I40E_VIRTCHNL_VF_CAP_PRIVILEGE, &vf->vf_caps); in i40e_alloc_vf_res()
1116 clear_bit(I40E_VIRTCHNL_VF_CAP_PRIVILEGE, &vf->vf_caps); in i40e_alloc_vf_res()
1755 set_bit(I40E_VIRTCHNL_VF_CAP_L2, &vfs[i].vf_caps); in i40e_alloc_vfs()
2143 if (!test_bit(I40E_VIRTCHNL_VF_CAP_PRIVILEGE, &vf->vf_caps)) { in i40e_vc_config_promiscuous_mode_msg()
2710 if (!test_bit(I40E_VIRTCHNL_VF_CAP_PRIVILEGE, &vf->vf_caps) && in i40e_check_vf_permission()
2728 if (!test_bit(I40E_VIRTCHNL_VF_CAP_PRIVILEGE, &vf->vf_caps) && in i40e_check_vf_permission()
2900 !test_bit(I40E_VIRTCHNL_VF_CAP_PRIVILEGE, &vf->vf_caps)) { in i40e_vc_add_vlan_msg()
3328 if (!test_bit(I40E_VIRTCHNL_VF_CAP_PRIVILEGE, &vf->vf_caps)) { in i40e_validate_cloud_filter()
/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_virtchnl_pf.h107 unsigned long vf_caps; /* VF's adv. capabilities */ member
Dice_virtchnl_pf.c969 set_bit(ICE_VIRTCHNL_VF_CAP_PRIVILEGE, &vf->vf_caps); in ice_vf_set_host_trust_cfg()
971 clear_bit(ICE_VIRTCHNL_VF_CAP_PRIVILEGE, &vf->vf_caps); in ice_vf_set_host_trust_cfg()
1887 set_bit(ICE_VIRTCHNL_VF_CAP_L2, &vf->vf_caps); in ice_set_dflt_settings_vfs()
2982 if (!test_bit(ICE_VIRTCHNL_VF_CAP_PRIVILEGE, &vf->vf_caps)) { in ice_vc_cfg_promiscuous_mode_msg()
3657 return test_bit(ICE_VIRTCHNL_VF_CAP_PRIVILEGE, &vf->vf_caps); in ice_is_vf_trusted()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx4/
Dcatas.c113 if (!(dev->caps.vf_caps & MLX4_VF_CAP_FLAG_RESET)) { in mlx4_reset_slave()
Dmain.c2045 dev->caps.vf_caps |= MLX4_VF_CAP_FLAG_RESET; in mlx4_reset_vf_support()
/Linux-v5.15/include/linux/mlx4/
Ddevice.h629 u32 vf_caps; member