Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_msg.c414 struct tf_rm_resc_entry *resv_data; in tf_msg_session_resc_alloc() local
485 resv_data = (struct tf_rm_resc_entry *)resv_buf.va_addr; in tf_msg_session_resc_alloc()
487 resv[i].type = tfp_le_to_cpu_32(resv_data[i].type); in tf_msg_session_resc_alloc()
488 resv[i].start = tfp_le_to_cpu_16(resv_data[i].start); in tf_msg_session_resc_alloc()
489 resv[i].stride = tfp_le_to_cpu_16(resv_data[i].stride); in tf_msg_session_resc_alloc()
521 struct tf_rm_resc_entry *resv_data; in tf_msg_session_resc_flush() local
546 resv_data = (struct tf_rm_resc_entry *)resv_buf.va_addr; in tf_msg_session_resc_flush()
548 resv_data[i].type = tfp_cpu_to_le_32(resv[i].type); in tf_msg_session_resc_flush()
549 resv_data[i].start = tfp_cpu_to_le_16(resv[i].start); in tf_msg_session_resc_flush()
550 resv_data[i].stride = tfp_cpu_to_le_16(resv[i].stride); in tf_msg_session_resc_flush()