Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_msg.c411 struct tf_msg_dma_buf req_buf = { 0 }; in tf_msg_session_resc_alloc() local
430 rc = tf_msg_alloc_dma_buf(&req_buf, dma_size); in tf_msg_session_resc_alloc()
437 tf_msg_free_dma_buf(&req_buf); in tf_msg_session_resc_alloc()
446 req_data = (struct tf_rm_resc_req_entry *)req_buf.va_addr; in tf_msg_session_resc_alloc()
453 req.req_addr = tfp_cpu_to_le_64(req_buf.pa_addr); in tf_msg_session_resc_alloc()
502 tf_msg_free_dma_buf(&req_buf); in tf_msg_session_resc_alloc()
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_cpr.c233 fwd_cmd = (struct input *)bp->pf->vf_info[vf_id].req_buf; in bnxt_handle_fwd_req()
H A Dbnxt.h221 void *req_buf; member
H A Dbnxt_hwrm.c3579 bp->pf->vf_info[i].req_buf = ((char *)bp->pf->vf_req_buf) + in bnxt_configure_vf_req_buf()