]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/net/xilinx_ethlite: Introduce rxbuf_ptr() helper
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 11 Nov 2024 17:51:57 +0000 (18:51 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 13 Jan 2025 16:16:03 +0000 (17:16 +0100)
commit785fd1a9afd5cb894f3e53753d732c7fbbb3d74a
tree2f8eba264ee3e4d5be7855b08789b81a0fefaf02
parent8d956610f5e79bcc53a9f296ebecd53ee7c449ca
hw/net/xilinx_ethlite: Introduce rxbuf_ptr() helper

rxbuf_ptr() points to the beginning of a (RAM) RX buffer
within the device state.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com>
Message-Id: <20241112181044.92193-11-philmd@linaro.org>
hw/net/xilinx_ethlite.c