Searched defs:rtl8169_private (Results 1 – 1 of 1) sorted by relevance
647 struct rtl8169_private { struct648 void __iomem *mmio_addr; /* memory map physical address */649 struct pci_dev *pci_dev;650 struct net_device *dev;651 struct phy_device *phydev;652 struct napi_struct napi;653 u32 msg_enable;654 enum mac_version mac_version;655 u32 cur_rx; /* Index into the Rx descriptor buffer of next Rx pkt. */656 u32 cur_tx; /* Index into the Tx descriptor buffer of next Rx pkt. */[all …]