Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/bnxt/bnxt_en/
HDbnxt.h1095 struct iflib_dma_info hwrm_short_cmd_req_addr; member
HDif_bnxt.c840 if (softc->hwrm_short_cmd_req_addr.idi_vaddr) in bnxt_free_hwrm_short_cmd_req()
841 iflib_dma_free(&softc->hwrm_short_cmd_req_addr); in bnxt_free_hwrm_short_cmd_req()
842 softc->hwrm_short_cmd_req_addr.idi_vaddr = NULL; in bnxt_free_hwrm_short_cmd_req()
850 &softc->hwrm_short_cmd_req_addr, BUS_DMA_NOWAIT); in bnxt_alloc_hwrm_short_cmd_req()
HDbnxt_hwrm.c164 void *short_cmd_req = softc->hwrm_short_cmd_req_addr.idi_vaddr; in _hwrm_send_message()
185 htole64(softc->hwrm_short_cmd_req_addr.idi_paddr); in _hwrm_send_message()