Searched defs:rtl8169_private (Results 1 – 2 of 2) sorted by relevance
326 struct rtl8169_private { struct340 static struct rtl8169_private *tpc; argument
595 struct rtl8169_private { struct596 void __iomem *mmio_addr; /* memory map physical address */597 struct pci_dev *pci_dev;598 struct net_device *dev;599 struct phy_device *phydev;600 struct napi_struct napi;601 enum mac_version mac_version;602 u32 cur_rx; /* Index into the Rx descriptor buffer of next Rx pkt. */603 u32 cur_tx; /* Index into the Tx descriptor buffer of next Rx pkt. */604 u32 dirty_tx;[all …]