Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_msg.c93 tf_msg_alloc_dma_buf(struct tf_msg_dma_buf *buf, int size) in tf_msg_alloc_dma_buf() function
399 rc = tf_msg_alloc_dma_buf(&qcaps_buf, dma_size); in tf_msg_session_resc_qcaps()
496 rc = tf_msg_alloc_dma_buf(&req_buf, dma_size); in tf_msg_session_resc_alloc()
501 rc = tf_msg_alloc_dma_buf(&resv_buf, dma_size); in tf_msg_session_resc_alloc()
603 rc = tf_msg_alloc_dma_buf(&req_buf, dma_size); in tf_msg_session_resc_info()
608 rc = tf_msg_alloc_dma_buf(&resv_buf, dma_size); in tf_msg_session_resc_info()
718 rc = tf_msg_alloc_dma_buf(&resv_buf, dma_size); in tf_msg_session_resc_flush()
1599 rc = tf_msg_alloc_dma_buf(&buf, data_size); in tf_msg_tcam_entry_set()