Searched refs:vfs_ctx (Results 1 – 2 of 2) sorted by relevance
98 struct mlx5_vf_context *vfs_ctx = mdev->priv.sriov.vfs_ctx; in mlx5_ib_set_vf_link_state() local113 vfs_ctx[vf].policy = in->policy; in mlx5_ib_set_vf_link_state()157 struct mlx5_vf_context *vfs_ctx = mdev->priv.sriov.vfs_ctx; in set_vf_node_guid() local168 vfs_ctx[vf].node_guid = guid; in set_vf_node_guid()169 vfs_ctx[vf].node_guid_valid = 1; in set_vf_node_guid()181 struct mlx5_vf_context *vfs_ctx = mdev->priv.sriov.vfs_ctx; in set_vf_port_guid() local192 vfs_ctx[vf].port_guid = guid; in set_vf_port_guid()193 vfs_ctx[vf].port_guid_valid = 1; in set_vf_port_guid()216 struct mlx5_vf_context *vfs_ctx = mdev->priv.sriov.vfs_ctx; in mlx5_ib_get_vf_guid() local219 vfs_ctx[vf].node_guid_valid ? vfs_ctx[vf].node_guid : 0; in mlx5_ib_get_vf_guid()[all …]
479 struct mlx5_vf_context *vfs_ctx; member