Searched defs:rtl8169_private (Results 1 – 1 of 1) sorted by relevance
600 struct rtl8169_private { struct601 void __iomem *mmio_addr; /* memory map physical address */602 struct pci_dev *pci_dev;603 struct net_device *dev;604 struct phy_device *phydev;605 struct napi_struct napi;606 enum mac_version mac_version;607 enum rtl_dash_type dash_type;608 u32 cur_rx; /* Index into the Rx descriptor buffer of next Rx pkt. */609 u32 cur_tx; /* Index into the Tx descriptor buffer of next Rx pkt. */[all …]