The driver ring handling consists of two parts: - rx_data: DMA coherent data shared with the SoC - rx_qs: driver internal handling data It is unclear what "qs" stands for. Rename that part to "rx_info". While we are here: - relocate slot from rx_data to rx_info as it is only needed by the driver and not the SoC. - rename page_pool to pool because there is only this single pool inside the driver. Link: https://github.com/openwrt/openwrt/pull/24245 Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>