opengnsys_ipxe/src/drivers/net/tg3
Michael Brown be1c87b722 [malloc] Rename malloc_dma() to malloc_phys()
The malloc_dma() function allocates memory with specified physical
alignment, and is typically (though not exclusively) used to allocate
memory for DMA.

Rename to malloc_phys() to more closely match the functionality, and
to create name space for functions that specifically allocate and map
DMA-capable buffers.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2020-11-05 19:13:52 +00:00
..
tg3.c [malloc] Rename malloc_dma() to malloc_phys() 2020-11-05 19:13:52 +00:00
tg3.h [tg3] Add support for SerDes PHY initialization 2018-01-14 21:26:36 +00:00
tg3_hw.c [build] Avoid implicit-fallthrough warnings on GCC 7 2017-03-29 10:36:45 +03:00
tg3_phy.c [tg3] Add support for SerDes PHY initialization 2018-01-14 21:26:36 +00:00