Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_msg.c470 struct tf_rm_resc_entry *resv_data; in tf_msg_session_resc_alloc() local
546 resv_data = (struct tf_rm_resc_entry *)resv_buf.va_addr; 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()
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()
577 struct tf_rm_resc_entry *resv_data; in tf_msg_session_resc_info() local
655 resv[i].type = tfp_le_to_cpu_32(resv_data[i].type); in tf_msg_session_resc_info()
656 resv[i].start = tfp_le_to_cpu_16(resv_data[i].start); in tf_msg_session_resc_info()
680 struct tf_rm_resc_entry *resv_data; in tf_msg_session_resc_flush() local
729 resv_data[i].type = tfp_cpu_to_le_32(resv[i].type); in tf_msg_session_resc_flush()
[all …]