hw_action_info 1199 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c const struct dr_action_modify_field_conv *hw_action_info; hw_action_info 1204 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c hw_action_info = &dr_action_conv_arr[sw_field]; hw_action_info 1205 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c if (!hw_action_info->end && !hw_action_info->start) hw_action_info 1208 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c return hw_action_info; hw_action_info 1220 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c const struct dr_action_modify_field_conv *hw_action_info; hw_action_info 1234 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c hw_action_info = dr_action_modify_get_hw_info(sw_field); hw_action_info 1235 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c if (!hw_action_info) { hw_action_info 1240 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c max_length = hw_action_info->end - hw_action_info->start + 1; hw_action_info 1269 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c hw_action_info->hw_field); hw_action_info 1272 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c hw_action_info->start + offset); hw_action_info 1279 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c *ret_hw_info = hw_action_info; hw_action_info 1343 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c const struct dr_action_modify_field_conv *hw_action_info; hw_action_info 1367 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c &hw_action_info); hw_action_info 1372 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c if (l3_type && hw_action_info->l3_type && hw_action_info 1373 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c hw_action_info->l3_type != l3_type) { hw_action_info 1377 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c if (hw_action_info->l3_type) hw_action_info 1378 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c l3_type = hw_action_info->l3_type; hw_action_info 1381 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c if (l4_type && hw_action_info->l4_type && hw_action_info 1382 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c hw_action_info->l4_type != l4_type) { hw_action_info 1386 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c if (hw_action_info->l4_type) hw_action_info 1387 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c l4_type = hw_action_info->l4_type; hw_action_info 1392 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c if ((hw_idx % 2) && hw_field == hw_action_info->hw_field) { hw_action_info 1402 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c hw_field = hw_action_info->hw_field;