Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c196 __be32 curr_mask_be, curr_val_be; in mlx5e_tc_match_to_reg_match() local
203 memcpy(&curr_val_be, fval, 4); in mlx5e_tc_match_to_reg_match()
206 curr_val = be32_to_cpu(curr_val_be); in mlx5e_tc_match_to_reg_match()
224 curr_val_be = cpu_to_be32(curr_val); in mlx5e_tc_match_to_reg_match()
227 memcpy(fval, &curr_val_be, 4); in mlx5e_tc_match_to_reg_match()
243 __be32 curr_mask_be, curr_val_be; in mlx5e_tc_match_to_reg_get_match() local
250 memcpy(&curr_val_be, fval, 4); in mlx5e_tc_match_to_reg_get_match()
253 curr_val = be32_to_cpu(curr_val_be); in mlx5e_tc_match_to_reg_get_match()