set_action_in 2445 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c MLX5_SET(set_action_in, action, action_type, cmd); set_action_in 2446 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c MLX5_SET(set_action_in, action, field, f->field); set_action_in 2449 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c MLX5_SET(set_action_in, action, offset, first); set_action_in 2451 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c MLX5_SET(set_action_in, action, length, (last - first + 1)); set_action_in 2455 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c MLX5_SET(set_action_in, action, data, ntohl(*(__be32 *)vals_p) >> first); set_action_in 2457 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c MLX5_SET(set_action_in, action, data, ntohs(*(__be16 *)vals_p) >> first); set_action_in 2459 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c MLX5_SET(set_action_in, action, data, *(u8 *)vals_p >> first); set_action_in 1813 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c MLX5_SET(set_action_in, action, action_type, MLX5_ACTION_TYPE_SET); set_action_in 1814 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c MLX5_SET(set_action_in, action, field, MLX5_ACTION_IN_FIELD_METADATA_REG_C_0); set_action_in 1815 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c MLX5_SET(set_action_in, action, data, set_action_in 1227 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c action = MLX5_GET(set_action_in, sw_action, action_type); set_action_in 1228 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c length = MLX5_GET(set_action_in, sw_action, length); set_action_in 1229 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c offset = MLX5_GET(set_action_in, sw_action, offset); set_action_in 1230 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c sw_field = MLX5_GET(set_action_in, sw_action, field); set_action_in 1231 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c data = MLX5_GET(set_action_in, sw_action, data); set_action_in 1291 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c sw_field = MLX5_GET(set_action_in, sw_action, field); set_action_in 1292 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c action = MLX5_GET(set_action_in, sw_action, action_type); set_action_in 1330 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c u16 sw_field = MLX5_GET(set_action_in, sw_action, field); set_action_in 37 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_fw.c MLX5_SET(set_action_in, &modify_ttl_action, action_type, MLX5_ACTION_TYPE_ADD); set_action_in 38 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_fw.c MLX5_SET(set_action_in, &modify_ttl_action, field, MLX5_ACTION_IN_FIELD_OUT_IP_TTL); set_action_in 5474 include/linux/mlx5/mlx5_ifc.h struct mlx5_ifc_set_action_in_bits set_action_in;