]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[bnxt] Use updated DMA APIs 1403/head
authorJoseph Wong <joseph.wong@broadcom.com>
Wed, 14 May 2025 13:21:02 +0000 (14:21 +0100)
committerMichael Brown <mcb30@ipxe.org>
Wed, 14 May 2025 13:21:02 +0000 (14:21 +0100)
commit1dd9ac13fd61db46eba2cd0279f2439a9f04f081
treeaf4a11b24aa9c773b7d767209e1ee1c5f9de8eaf
parent08edad7ca346d066062c4256a4f0f5b7276eb881
[bnxt] Use updated DMA APIs

Replace malloc_phys with dma_alloc, free_phys with dma_free, alloc_iob
with alloc_rx_iob, free_iob with free_rx_iob, virt_to_bus with dma or
iob_dma.  Replace dma_addr_t with physaddr_t.

Signed-off-by: Joseph Wong <joseph.wong@broadcom.com>
src/drivers/net/bnxt/bnxt.c
src/drivers/net/bnxt/bnxt.h