Searched refs:curr_val_be (Results 1 – 1 of 1) sorted by relevance
175 __be32 curr_mask_be, curr_val_be; in mlx5e_tc_match_to_reg_match() local182 memcpy(&curr_val_be, fval, 4); in mlx5e_tc_match_to_reg_match()185 curr_val = be32_to_cpu(curr_val_be); in mlx5e_tc_match_to_reg_match()203 curr_val_be = cpu_to_be32(curr_val); in mlx5e_tc_match_to_reg_match()206 memcpy(fval, &curr_val_be, 4); in mlx5e_tc_match_to_reg_match()222 __be32 curr_mask_be, curr_val_be; in mlx5e_tc_match_to_reg_get_match() local229 memcpy(&curr_val_be, fval, 4); in mlx5e_tc_match_to_reg_get_match()232 curr_val = be32_to_cpu(curr_val_be); in mlx5e_tc_match_to_reg_get_match()