Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_msg.c167 (uint8_t)tfp_le_to_cpu_32(resp.fw_session_client_id); in tf_msg_session_open()
249 (uint8_t)tfp_le_to_cpu_32(resp.fw_session_client_id); in tf_msg_session_client_register()
423 if (tfp_le_to_cpu_32(resp.size) != size) { in tf_msg_session_resc_qcaps()
436 query[i].type = tfp_le_to_cpu_32(data[i].type); in tf_msg_session_resc_qcaps()
536 if (tfp_le_to_cpu_32(resp.size) != size) { in tf_msg_session_resc_alloc()
548 resv[i].type = tfp_le_to_cpu_32(resv_data[i].type); in tf_msg_session_resc_alloc()
643 if (tfp_le_to_cpu_32(resp.size) != size) { in tf_msg_session_resc_info()
655 resv[i].type = tfp_le_to_cpu_32(resv_data[i].type); in tf_msg_session_resc_info()
1349 tfp_le_to_cpu_32(resp.max_entries_supported); in tf_msg_em_qcaps()
1908 if ((tfp_le_to_cpu_32(resp.size) * 4) < size) in tf_msg_get_tbl_entry()
[all …]
H A Dtfp.h207 #define tfp_le_to_cpu_32(val) rte_le_to_cpu_32(val) macro