Lines Matching defs:lan743x_adapter
706 struct lan743x_adapter { struct
707 struct net_device *netdev;
708 struct mii_bus *mdiobus;
709 int msg_enable;
711 u32 wolopts;
713 struct pci_dev *pdev;
714 struct lan743x_csr csr;
715 struct lan743x_intr intr;
717 struct lan743x_gpio gpio;
718 struct lan743x_ptp ptp;
720 u8 mac_address[ETH_ALEN];
722 struct lan743x_phy phy;
723 struct lan743x_tx tx[LAN743X_MAX_TX_CHANNELS];
724 struct lan743x_rx rx[LAN743X_MAX_RX_CHANNELS];
727 u32 flags;