Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.h37 .mfield = MLX5_ACTION_IN_FIELD_METADATA_REG_C_2,\
45 .mfield = MLX5_ACTION_IN_FIELD_METADATA_REG_C_2,\
53 .mfield = MLX5_ACTION_IN_FIELD_METADATA_REG_C_3,\
61 .mfield = MLX5_ACTION_IN_FIELD_METADATA_REG_C_4,\
70 .mfield = MLX5_ACTION_IN_FIELD_METADATA_REG_C_5,\
78 .mfield = MLX5_ACTION_IN_FIELD_METADATA_REG_C_1,\
86 .mfield = MLX5_ACTION_IN_FIELD_METADATA_REG_B,\
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dpost_meter.h8 .mfield = MLX5_ACTION_IN_FIELD_METADATA_REG_C_5, \
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.h246 int mfield; /* rewrite field */ member
Den_tc.c107 .mfield = MLX5_ACTION_IN_FIELD_METADATA_REG_C_0,
112 .mfield = MLX5_ACTION_IN_FIELD_METADATA_REG_C_0,
117 .mfield = MLX5_ACTION_IN_FIELD_METADATA_REG_C_1,
134 .mfield = MLX5_ACTION_IN_FIELD_METADATA_REG_B,
265 int mfield = mlx5e_tc_attr_to_reg_mappings[type].mfield; in mlx5e_tc_match_to_reg_set_and_get_id() local
279 MLX5_SET(set_action_in, modact, field, mfield); in mlx5e_tc_match_to_reg_set_and_get_id()
550 int mfield = mlx5e_tc_attr_to_reg_mappings[type].mfield; in mlx5e_tc_match_to_reg_mod_hdr_change() local
561 MLX5_SET(set_action_in, modact, field, mfield); in mlx5e_tc_match_to_reg_mod_hdr_change()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dfs_chains.c265 mlx5e_tc_attr_to_reg_mappings[mapped_obj_to_reg].mfield); in create_chain_restore()