Home
last modified time | relevance | path

Searched refs:mlx5e_tc_attr_to_reg_mappings (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.h87 #define REG_MAPPING_MLEN(reg) (mlx5e_tc_attr_to_reg_mappings[reg].mlen)
88 #define REG_MAPPING_MOFFSET(reg) (mlx5e_tc_attr_to_reg_mappings[reg].moffset)
Dtc_ct.c27 #define MLX5_CT_ZONE_BITS (mlx5e_tc_attr_to_reg_mappings[ZONE_TO_REG].mlen)
36 #define MLX5_CT_LABELS_BITS (mlx5e_tc_attr_to_reg_mappings[LABELS_TO_REG].mlen)
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dfs_chains.c260 mlx5e_tc_attr_to_reg_mappings[chain_to_reg].mfield); in create_chain_restore()
262 mlx5e_tc_attr_to_reg_mappings[chain_to_reg].moffset); in create_chain_restore()
264 mlx5e_tc_attr_to_reg_mappings[chain_to_reg].mlen == 32 ? in create_chain_restore()
265 0 : mlx5e_tc_attr_to_reg_mappings[chain_to_reg].mlen); in create_chain_restore()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dpost_act.c23 #define MLX5_POST_ACTION_BITS (mlx5e_tc_attr_to_reg_mappings[FTEID_TO_REG].mlen)
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.h211 extern struct mlx5e_tc_attr_to_reg_mapping mlx5e_tc_attr_to_reg_mappings[];
Den_tc.c79 struct mlx5e_tc_attr_to_reg_mapping mlx5e_tc_attr_to_reg_mappings[] = { variable
132 int soffset = mlx5e_tc_attr_to_reg_mappings[type].soffset; in mlx5e_tc_match_to_reg_match()
133 int moffset = mlx5e_tc_attr_to_reg_mappings[type].moffset; in mlx5e_tc_match_to_reg_match()
134 int match_len = mlx5e_tc_attr_to_reg_mappings[type].mlen; in mlx5e_tc_match_to_reg_match()
179 int soffset = mlx5e_tc_attr_to_reg_mappings[type].soffset; in mlx5e_tc_match_to_reg_get_match()
180 int moffset = mlx5e_tc_attr_to_reg_mappings[type].moffset; in mlx5e_tc_match_to_reg_get_match()
181 int match_len = mlx5e_tc_attr_to_reg_mappings[type].mlen; in mlx5e_tc_match_to_reg_get_match()
206 int moffset = mlx5e_tc_attr_to_reg_mappings[type].moffset; in mlx5e_tc_match_to_reg_set_and_get_id()
207 int mfield = mlx5e_tc_attr_to_reg_mappings[type].mfield; in mlx5e_tc_match_to_reg_set_and_get_id()
208 int mlen = mlx5e_tc_attr_to_reg_mappings[type].mlen; in mlx5e_tc_match_to_reg_set_and_get_id()
[all …]