Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_msg.c467 struct tf_msg_dma_buf req_buf = { 0 }; in tf_msg_session_resc_alloc() local
496 rc = tf_msg_alloc_dma_buf(&req_buf, dma_size); in tf_msg_session_resc_alloc()
503 tf_msg_free_dma_buf(&req_buf); in tf_msg_session_resc_alloc()
512 req_data = (struct tf_rm_resc_req_entry *)req_buf.va_addr; in tf_msg_session_resc_alloc()
519 req.req_addr = tfp_cpu_to_le_64(req_buf.pa_addr); in tf_msg_session_resc_alloc()
554 tf_msg_free_dma_buf(&req_buf); in tf_msg_session_resc_alloc()
574 struct tf_msg_dma_buf req_buf = { 0 }; in tf_msg_session_resc_info() local
603 rc = tf_msg_alloc_dma_buf(&req_buf, dma_size); in tf_msg_session_resc_info()
610 tf_msg_free_dma_buf(&req_buf); in tf_msg_session_resc_info()
626 req.req_addr = tfp_cpu_to_le_64(req_buf.pa_addr); in tf_msg_session_resc_info()
[all …]
/dpdk/drivers/net/bnxt/
H A Dbnxt_cpr.c295 fwd_cmd = (struct input *)bp->pf->vf_info[vf_id].req_buf; in bnxt_handle_fwd_req()
H A Dbnxt.h214 void *req_buf; member
H A Dbnxt_hwrm.c3781 bp->pf->vf_info[i].req_buf = ((char *)bp->pf->vf_req_buf) + in bnxt_configure_vf_req_buf()