Home
last modified time | relevance | path

Searched defs:rtl8169_private (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Drtl8169.c321 struct rtl8169_private { struct
335 static struct rtl8169_private *tpc; argument
/openbmc/linux/drivers/net/ethernet/realtek/
H A Dr8169_main.c621 struct rtl8169_private { struct
622 void __iomem *mmio_addr; /* memory map physical address */
623 struct pci_dev *pci_dev;
624 struct net_device *dev;
625 struct phy_device *phydev;
626 struct napi_struct napi;
627 enum mac_version mac_version;
628 enum rtl_dash_type dash_type;
629 u32 cur_rx; /* Index into the Rx descriptor buffer of next Rx pkt. */
630 u32 cur_tx; /* Index into the Tx descriptor buffer of next Rx pkt. */
[all …]