Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.h99 unsigned long vf_caps; /* vf's adv. capabilities */ member
Di40e_virtchnl_pf.c716 set_bit(I40E_VIRTCHNL_VF_CAP_PRIVILEGE, &vf->vf_caps); in i40e_alloc_vf_res()
949 set_bit(I40E_VIRTCHNL_VF_CAP_L2, &vfs[i].vf_caps); in i40e_alloc_vfs()
1230 !test_bit(I40E_VIRTCHNL_VF_CAP_PRIVILEGE, &vf->vf_caps) || in i40e_vc_config_promiscuous_mode_msg()
1543 !test_bit(I40E_VIRTCHNL_VF_CAP_PRIVILEGE, &vf->vf_caps) || in i40e_vc_add_mac_addr_msg()
1607 !test_bit(I40E_VIRTCHNL_VF_CAP_PRIVILEGE, &vf->vf_caps) || in i40e_vc_del_mac_addr_msg()
1658 !test_bit(I40E_VIRTCHNL_VF_CAP_PRIVILEGE, &vf->vf_caps) || in i40e_vc_add_vlan_msg()
1712 !test_bit(I40E_VIRTCHNL_VF_CAP_PRIVILEGE, &vf->vf_caps) || in i40e_vc_remove_vlan_msg()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dcatas.c113 if (!(dev->caps.vf_caps & MLX4_VF_CAP_FLAG_RESET)) { in mlx4_reset_slave()
Dmain.c1746 dev->caps.vf_caps |= MLX4_VF_CAP_FLAG_RESET; in mlx4_reset_vf_support()
/linux-4.1.27/include/linux/mlx4/
Ddevice.h587 u32 vf_caps; member