Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/bnxt/bnxt_en/
HDbnxt_hwrm.c116 rc = iflib_dma_alloc(softc->ctx, PAGE_SIZE, &softc->hwrm_cmd_resp, in bnxt_alloc_hwrm_dma_mem()
124 if (softc->hwrm_cmd_resp.idi_vaddr) in bnxt_free_hwrm_dma_mem()
125 iflib_dma_free(&softc->hwrm_cmd_resp); in bnxt_free_hwrm_dma_mem()
126 softc->hwrm_cmd_resp.idi_vaddr = NULL; in bnxt_free_hwrm_dma_mem()
139 req->resp_addr = htole64(softc->hwrm_cmd_resp.idi_paddr); in bnxt_hwrm_cmd_hdr_init()
146 struct hwrm_err_output *resp = (void *)softc->hwrm_cmd_resp.idi_vaddr; in _hwrm_send_message()
276 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_queue_qportcfg()
395 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_func_backing_store_qcaps_v2()
453 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_func_backing_store_qcaps()
723 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_func_resc_qcaps()
[all …]
HDbnxt_dcb.c88 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_queue_pri2cos_qcfg()
162 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_queue_cos2bw_qcfg()
298 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_queue_pfc_qcfg()
456 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_queue_dscp_qcaps()
481 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_queue_dscp2pri_qcfg()
HDbnxt.h1094 struct iflib_dma_info hwrm_cmd_resp; member
HDif_bnxt.c1616 (void *)bp->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_poll()
1928 (void *)bp->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_error_recovery_qcfg()