Searched refs:tfp_le_to_cpu_16 (Results 1 – 2 of 2) sorted by relevance
437 query[i].min = tfp_le_to_cpu_16(data[i].min); in tf_msg_session_resc_qcaps()438 query[i].max = tfp_le_to_cpu_16(data[i].max); in tf_msg_session_resc_qcaps()549 resv[i].start = tfp_le_to_cpu_16(resv_data[i].start); in tf_msg_session_resc_alloc()550 resv[i].stride = tfp_le_to_cpu_16(resv_data[i].stride); in tf_msg_session_resc_alloc()656 resv[i].start = tfp_le_to_cpu_16(resv_data[i].start); in tf_msg_session_resc_info()657 resv[i].stride = tfp_le_to_cpu_16(resv_data[i].stride); in tf_msg_session_resc_info()1007 em_parms->index = tfp_le_to_cpu_16(resp.em_index); in tf_msg_delete_em_entry()1076 em_parms->index = tfp_le_to_cpu_16(resp.em_index); in tf_msg_move_em_entry()1243 *ctx_id = tfp_le_to_cpu_16(resp.ctx_id); in tf_msg_em_mem_rgtr()1352 tfp_le_to_cpu_16(resp.record_entry_size); in tf_msg_em_qcaps()[all …]
205 #define tfp_le_to_cpu_16(val) rte_le_to_cpu_16(val) macro