Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.h34 .mfield = MLX5_ACTION_IN_FIELD_METADATA_REG_C_2,\
42 .mfield = MLX5_ACTION_IN_FIELD_METADATA_REG_C_2,\
50 .mfield = MLX5_ACTION_IN_FIELD_METADATA_REG_C_3,\
58 .mfield = MLX5_ACTION_IN_FIELD_METADATA_REG_C_4,\
67 .mfield = MLX5_ACTION_IN_FIELD_METADATA_REG_C_5,\
75 .mfield = MLX5_ACTION_IN_FIELD_METADATA_REG_C_1,\
83 .mfield = MLX5_ACTION_IN_FIELD_METADATA_REG_B,\
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dpost_meter.h8 .mfield = MLX5_ACTION_IN_FIELD_METADATA_REG_C_5, \
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.h240 int mfield; /* rewrite field */ member
Den_tc.c100 .mfield = MLX5_ACTION_IN_FIELD_METADATA_REG_C_0,
105 .mfield = MLX5_ACTION_IN_FIELD_METADATA_REG_C_0,
110 .mfield = MLX5_ACTION_IN_FIELD_METADATA_REG_C_1,
127 .mfield = MLX5_ACTION_IN_FIELD_METADATA_REG_B,
246 int mfield = mlx5e_tc_attr_to_reg_mappings[type].mfield; in mlx5e_tc_match_to_reg_set_and_get_id() local
260 MLX5_SET(set_action_in, modact, field, mfield); in mlx5e_tc_match_to_reg_set_and_get_id()
519 int mfield = mlx5e_tc_attr_to_reg_mappings[type].mfield; in mlx5e_tc_match_to_reg_mod_hdr_change() local
530 MLX5_SET(set_action_in, modact, field, mfield); in mlx5e_tc_match_to_reg_mod_hdr_change()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dfs_chains.c264 mlx5e_tc_attr_to_reg_mappings[chain_to_reg].mfield); in create_chain_restore()