Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_hwrm.c107 void *short_cmd_req = bp->hwrm_short_cmd_req_addr; in bnxt_hwrm_send_message()
1179 rte_free(bp->hwrm_short_cmd_req_addr); in bnxt_hwrm_ver_get()
1181 bp->hwrm_short_cmd_req_addr = in bnxt_hwrm_ver_get()
1183 if (bp->hwrm_short_cmd_req_addr == NULL) { in bnxt_hwrm_ver_get()
1188 rte_malloc_virt2iova(bp->hwrm_short_cmd_req_addr); in bnxt_hwrm_ver_get()
1190 rte_free(bp->hwrm_short_cmd_req_addr); in bnxt_hwrm_ver_get()
2642 rte_free(bp->hwrm_short_cmd_req_addr); in bnxt_free_hwrm_resources()
2644 bp->hwrm_short_cmd_req_addr = NULL; in bnxt_free_hwrm_resources()
H A Dbnxt.h724 void *hwrm_short_cmd_req_addr; member