mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 11:20:29 -05:00
so it does not require a bounce buffer. The only need for this was to align the buffer address. Implement unaligned access and we don't need to copy data twice. o Remove contigmalloc-based bounce buffer from xDMA code since it is not suitable for arbitrary memory provided by platform, which is sometimes a dedicated piece of memory that is not managed by OS at all. Sponsored by: DARPA, AFRL |
||
|---|---|---|
| .. | ||
| controller | ||
| xdma.c | ||
| xdma.h | ||
| xdma_bank.c | ||
| xdma_bio.c | ||
| xdma_fdt_test.c | ||
| xdma_if.m | ||
| xdma_mbuf.c | ||
| xdma_queue.c | ||
| xdma_sg.c | ||
| xdma_sglist.c | ||