opengnsys_ipxe/src/drivers/net/rtl818x
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
..
rtl818x.c [malloc] Rename malloc_dma() to malloc_phys() 2020-11-05 19:13:52 +00:00
rtl818x.h [rtl818x] Obviate RTL_ROM() hack 2015-04-22 11:05:19 +01:00
rtl8180.c [rtl818x] Obviate RTL_ROM() hack 2015-04-22 11:05:19 +01:00
rtl8180_grf5101.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
rtl8180_max2820.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
rtl8180_sa2400.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
rtl8185.c [rtl818x] Obviate RTL_ROM() hack 2015-04-22 11:05:19 +01:00
rtl8185_rtl8225.c [build] Provide common ARRAY_SIZE() definition 2017-03-10 15:44:11 +00:00