Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/realtek/
Dr8169_main.c593 struct rtl8169_private { struct
594 void __iomem *mmio_addr; /* memory map physical address */
595 struct pci_dev *pci_dev;
596 struct net_device *dev;
597 struct phy_device *phydev;
598 struct napi_struct napi;
599 enum mac_version mac_version;
600 u32 cur_rx; /* Index into the Rx descriptor buffer of next Rx pkt. */
601 u32 cur_tx; /* Index into the Tx descriptor buffer of next Rx pkt. */
602 u32 dirty_tx;
[all …]