Searched refs:tfp_be_to_cpu_64 (Results 1 – 2 of 2) sorted by relevance
1081 *value = tfp_be_to_cpu_64(lregval); in ulp_mapper_field_src_process()1150 *value = tfp_be_to_cpu_64(lregval); in ulp_mapper_field_src_process()1202 lregval = tfp_be_to_cpu_64(lregval); in ulp_mapper_field_src_process()1720 act_idx = tfp_be_to_cpu_64(val64); in ulp_mapper_mark_act_ptr_process()1765 act_idx = tfp_be_to_cpu_64(val64); in ulp_mapper_mark_vfr_idx_process()2469 index = tfp_be_to_cpu_64(regval); in ulp_mapper_index_tbl_process()2507 index = tfp_be_to_cpu_64(regval); in ulp_mapper_index_tbl_process()2533 index = tfp_be_to_cpu_64(regval); in ulp_mapper_index_tbl_process()2750 idx = tfp_be_to_cpu_64(idx); in ulp_mapper_if_tbl_process()3492 res = tfp_be_to_cpu_64(res); in ulp_mapper_func_info_process()[all …]
215 #define tfp_be_to_cpu_64(val) rte_be_to_cpu_64(val) macro