Home
last modified time | relevance | path

Searched refs:vf_admin (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/ofed/drivers/net/mlx4/
HDcmd.c1768 vp_admin = &priv->mfunc.master.vf_admin[slave].vport[port]; in mlx4_master_immediate_activate_vlan_qos()
1835 vp_admin = &priv->mfunc.master.vf_admin[slave].vport[port]; in mlx4_master_activate_admin_state()
2149 priv->mfunc.master.vf_admin = in mlx4_multi_func_init()
2152 if (!priv->mfunc.master.vf_admin) in mlx4_multi_func_init()
2182 priv->mfunc.master.vf_admin[i].vport[port].default_vlan = MLX4_VGT; in mlx4_multi_func_init()
2238 kfree(priv->mfunc.master.vf_admin); in mlx4_multi_func_init()
2316 kfree(priv->mfunc.master.vf_admin); in mlx4_multi_func_cleanup()
2453 s_info = &priv->mfunc.master.vf_admin[slave].vport[port]; in mlx4_set_vf_mac()
2465 struct mlx4_vport_state *vf_admin; in mlx4_set_vf_vlan() local
2479 vf_admin = &priv->mfunc.master.vf_admin[slave].vport[port]; in mlx4_set_vf_vlan()
[all …]
HDmlx4.h554 struct mlx4_vf_admin_state *vf_admin; member