Searched refs:tfp_le_to_cpu_32 (Results 1 – 2 of 2) sorted by relevance
355 if (tfp_le_to_cpu_32(resp.size) != size) { in tf_msg_session_resc_qcaps()470 if (tfp_le_to_cpu_32(resp.size) != size) { in tf_msg_session_resc_alloc()1019 return tfp_le_to_cpu_32(parms.tf_resp_code); in tf_msg_set_tbl_entry()1064 if (tfp_le_to_cpu_32(resp.size) != size) in tf_msg_get_tbl_entry()1071 return tfp_le_to_cpu_32(parms.tf_resp_code); in tf_msg_get_tbl_entry()1131 return tfp_le_to_cpu_32(parms.tf_resp_code); in tf_msg_get_global_cfg()1199 return tfp_le_to_cpu_32(parms.tf_resp_code); in tf_msg_set_global_cfg()1250 if (tfp_le_to_cpu_32(resp.size) != data_size) in tf_msg_bulk_get_tbl_entry()1253 return tfp_le_to_cpu_32(parms.tf_resp_code); in tf_msg_bulk_get_tbl_entry()1306 return tfp_le_to_cpu_32(parms.tf_resp_code); in tf_msg_get_if_tbl_entry()[all …]
243 #define tfp_le_to_cpu_32(val) rte_le_to_cpu_32(val) macro