Home
last modified time | relevance | path

Searched refs:mfield (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dpost_meter.h8 .mfield = MLX5_ACTION_IN_FIELD_METADATA_REG_C_5, \
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.h245 int mfield; /* rewrite field */ member
H A Den_tc.c108 .mfield = MLX5_ACTION_IN_FIELD_METADATA_REG_C_0,
113 .mfield = MLX5_ACTION_IN_FIELD_METADATA_REG_C_0,
118 .mfield = MLX5_ACTION_IN_FIELD_METADATA_REG_C_1,
135 .mfield = MLX5_ACTION_IN_FIELD_METADATA_REG_B,
266 int mfield = mlx5e_tc_attr_to_reg_mappings[type].mfield; in mlx5e_tc_match_to_reg_set_and_get_id() local
280 MLX5_SET(set_action_in, modact, field, mfield); in mlx5e_tc_match_to_reg_set_and_get_id()
551 int mfield = mlx5e_tc_attr_to_reg_mappings[type].mfield; in mlx5e_tc_match_to_reg_mod_hdr_change() local
562 MLX5_SET(set_action_in, modact, field, mfield); in mlx5e_tc_match_to_reg_mod_hdr_change()
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dfs_chains.c271 mlx5e_tc_attr_to_reg_mappings[mapped_obj_to_reg].mfield); in create_chain_restore()