Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/
H A Dbnxt_hwrm.c194 void *short_cmd_req = bp->hwrm_short_cmd_req_addr; in bnxt_hwrm_send_message()
1323 rte_free(bp->hwrm_short_cmd_req_addr); in bnxt_hwrm_ver_get()
1325 bp->hwrm_short_cmd_req_addr = in bnxt_hwrm_ver_get()
1327 if (bp->hwrm_short_cmd_req_addr == NULL) { in bnxt_hwrm_ver_get()
1332 rte_malloc_virt2iova(bp->hwrm_short_cmd_req_addr); in bnxt_hwrm_ver_get()
1334 rte_free(bp->hwrm_short_cmd_req_addr); in bnxt_hwrm_ver_get()
2805 rte_free(bp->hwrm_short_cmd_req_addr); in bnxt_free_hwrm_resources()
2807 bp->hwrm_short_cmd_req_addr = NULL; in bnxt_free_hwrm_resources()
H A Dbnxt.h766 void *hwrm_short_cmd_req_addr; member