vf_caps          1062 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c 		set_bit(I40E_VIRTCHNL_VF_CAP_PRIVILEGE, &vf->vf_caps);
vf_caps          1064 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c 		clear_bit(I40E_VIRTCHNL_VF_CAP_PRIVILEGE, &vf->vf_caps);
vf_caps          1610 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c 		set_bit(I40E_VIRTCHNL_VF_CAP_L2, &vfs[i].vf_caps);
vf_caps          2016 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c 	if (!test_bit(I40E_VIRTCHNL_VF_CAP_PRIVILEGE, &vf->vf_caps)) {
vf_caps          2571 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c 	if (!test_bit(I40E_VIRTCHNL_VF_CAP_PRIVILEGE, &vf->vf_caps) &&
vf_caps          2595 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c 		if (!test_bit(I40E_VIRTCHNL_VF_CAP_PRIVILEGE, &vf->vf_caps) &&
vf_caps          2761 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c 	    !test_bit(I40E_VIRTCHNL_VF_CAP_PRIVILEGE, &vf->vf_caps)) {
vf_caps          3189 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c 		if (!test_bit(I40E_VIRTCHNL_VF_CAP_PRIVILEGE, &vf->vf_caps)) {
vf_caps            97 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.h 	unsigned long vf_caps;	/* vf's adv. capabilities */
vf_caps           612 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 		set_bit(ICE_VIRTCHNL_VF_CAP_PRIVILEGE, &vf->vf_caps);
vf_caps           614 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 		clear_bit(ICE_VIRTCHNL_VF_CAP_PRIVILEGE, &vf->vf_caps);
vf_caps          1344 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 		set_bit(ICE_VIRTCHNL_VF_CAP_L2, &vfs[i].vf_caps);
vf_caps          2332 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	return test_bit(ICE_VIRTCHNL_VF_CAP_PRIVILEGE, &vf->vf_caps);
vf_caps            90 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.h 	unsigned long vf_caps;		/* VF's adv. capabilities */
vf_caps           113 drivers/net/ethernet/mellanox/mlx4/catas.c 	if (!(dev->caps.vf_caps & MLX4_VF_CAP_FLAG_RESET)) {
vf_caps          2039 drivers/net/ethernet/mellanox/mlx4/main.c 		dev->caps.vf_caps |= MLX4_VF_CAP_FLAG_RESET;
vf_caps           631 include/linux/mlx4/device.h 	u32			vf_caps;