Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt.h262 void *vf_req_buf; member
H A Dbnxt_hwrm.c3569 bp->pf->vf_req_buf = rte_malloc("bnxt_vf_fwd", req_buf_sz, in bnxt_configure_vf_req_buf()
3571 if (bp->pf->vf_req_buf == NULL) { in bnxt_configure_vf_req_buf()
3576 rte_mem_lock_page(((char *)bp->pf->vf_req_buf) + sz); in bnxt_configure_vf_req_buf()
3579 bp->pf->vf_info[i].req_buf = ((char *)bp->pf->vf_req_buf) + in bnxt_configure_vf_req_buf()
3584 rte_free(bp->pf->vf_req_buf); in bnxt_configure_vf_req_buf()
3888 rte_cpu_to_le_64(rte_malloc_virt2iova(bp->pf->vf_req_buf)); in bnxt_hwrm_func_buf_rgtr()
H A Dbnxt_ethdev.c5402 rte_free(bp->pf->vf_req_buf); in bnxt_uninit_resources()