Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_msg.c468 struct tf_msg_dma_buf resv_buf = { 0 }; in tf_msg_session_resc_alloc() local
501 rc = tf_msg_alloc_dma_buf(&resv_buf, dma_size); in tf_msg_session_resc_alloc()
520 req.resc_addr = tfp_cpu_to_le_64(resv_buf.pa_addr); in tf_msg_session_resc_alloc()
555 tf_msg_free_dma_buf(&resv_buf); in tf_msg_session_resc_alloc()
575 struct tf_msg_dma_buf resv_buf = { 0 }; in tf_msg_session_resc_info() local
608 rc = tf_msg_alloc_dma_buf(&resv_buf, dma_size); in tf_msg_session_resc_info()
627 req.resc_addr = tfp_cpu_to_le_64(resv_buf.pa_addr); in tf_msg_session_resc_info()
662 tf_msg_free_dma_buf(&resv_buf); in tf_msg_session_resc_info()
679 struct tf_msg_dma_buf resv_buf = { 0 }; in tf_msg_session_resc_flush() local
718 rc = tf_msg_alloc_dma_buf(&resv_buf, dma_size); in tf_msg_session_resc_flush()
[all …]