commit | 3feb6f7ff6856e1e903e5a62f6252d37731b6592 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut@gmail.com> | Sat May 09 22:34:39 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 12 13:17:23 2020 -0400 |
tree | 6777e4c9523bba9ecc333e46da7d71968f95a8d9 | |
parent | 8ff1d4a9c8e629253e43d9d04eccbfa773f81e83 [diff] |
net: rtl8139: Introduce device private data Introduce rtl8139_pdata, which is a super-structure around eth_device and tracks per-device state, here the device IO address, PCI BDF, RX and TX ring position. Pass this structure around instead of the old non-DM eth_device in preparation for DM conversion. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Joe Hershberger <joe.hershberger@ni.com>