modify_hca_vport_context_in 1037 drivers/net/ethernet/mellanox/mlx5/core/vport.c 	int in_sz = MLX5_ST_SZ_BYTES(modify_hca_vport_context_in);
modify_hca_vport_context_in 1051 drivers/net/ethernet/mellanox/mlx5/core/vport.c 	MLX5_SET(modify_hca_vport_context_in, in, opcode, MLX5_CMD_OP_MODIFY_HCA_VPORT_CONTEXT);
modify_hca_vport_context_in 1054 drivers/net/ethernet/mellanox/mlx5/core/vport.c 			MLX5_SET(modify_hca_vport_context_in, in, other_vport, 1);
modify_hca_vport_context_in 1055 drivers/net/ethernet/mellanox/mlx5/core/vport.c 			MLX5_SET(modify_hca_vport_context_in, in, vport_number, vf);
modify_hca_vport_context_in 1063 drivers/net/ethernet/mellanox/mlx5/core/vport.c 		MLX5_SET(modify_hca_vport_context_in, in, port_num, port_num);
modify_hca_vport_context_in 1065 drivers/net/ethernet/mellanox/mlx5/core/vport.c 	ctx = MLX5_ADDR_OF(modify_hca_vport_context_in, in, hca_vport_context);