Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/
Dlan743x_main.h1009 struct lan743x_adapter { struct
1010 struct net_device *netdev;
1011 struct mii_bus *mdiobus;
1012 int msg_enable;
1014 u32 wolopts;
1015 u8 sopass[SOPASS_MAX];
1017 struct pci_dev *pdev;
1018 struct lan743x_csr csr;
1019 struct lan743x_intr intr;
1021 struct lan743x_gpio gpio;
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/
Dlan743x_main.h703 struct lan743x_adapter { struct
704 struct net_device *netdev;
705 struct mii_bus *mdiobus;
706 phy_interface_t phy_mode;
707 int msg_enable;
709 u32 wolopts;
711 struct pci_dev *pdev;
712 struct lan743x_csr csr;
713 struct lan743x_intr intr;
715 struct lan743x_gpio gpio;
[all …]