Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c194 __be32 curr_mask_be, curr_val_be; in mlx5e_tc_match_to_reg_match() local
201 memcpy(&curr_val_be, fval, 4); in mlx5e_tc_match_to_reg_match()
204 curr_val = be32_to_cpu(curr_val_be); in mlx5e_tc_match_to_reg_match()
222 curr_val_be = cpu_to_be32(curr_val); in mlx5e_tc_match_to_reg_match()
225 memcpy(fval, &curr_val_be, 4); in mlx5e_tc_match_to_reg_match()
241 __be32 curr_mask_be, curr_val_be; in mlx5e_tc_match_to_reg_get_match() local
248 memcpy(&curr_val_be, fval, 4); in mlx5e_tc_match_to_reg_get_match()
251 curr_val = be32_to_cpu(curr_val_be); in mlx5e_tc_match_to_reg_get_match()