Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/
H A Dbnxt.h259 void *vf_req_buf; member
H A Dbnxt_hwrm.c3771 bp->pf->vf_req_buf = rte_malloc("bnxt_vf_fwd", req_buf_sz, in bnxt_configure_vf_req_buf()
3773 if (bp->pf->vf_req_buf == NULL) { in bnxt_configure_vf_req_buf()
3778 rte_mem_lock_page(((char *)bp->pf->vf_req_buf) + sz); in bnxt_configure_vf_req_buf()
3781 bp->pf->vf_info[i].req_buf = ((char *)bp->pf->vf_req_buf) + in bnxt_configure_vf_req_buf()
3786 rte_free(bp->pf->vf_req_buf); in bnxt_configure_vf_req_buf()
4092 rte_cpu_to_le_64(rte_malloc_virt2iova(bp->pf->vf_req_buf)); in bnxt_hwrm_func_buf_rgtr()
H A Dbnxt_ethdev.c5976 rte_free(bp->pf->vf_req_buf); in bnxt_uninit_resources()
5977 bp->pf->vf_req_buf = NULL; in bnxt_uninit_resources()