Lines Matching defs:lan743x_adapter
698 struct lan743x_adapter { struct
699 struct net_device *netdev;
700 struct mii_bus *mdiobus;
701 int msg_enable;
703 u32 wolopts;
705 struct pci_dev *pdev;
706 struct lan743x_csr csr;
707 struct lan743x_intr intr;
710 struct mutex dp_lock;
712 struct lan743x_gpio gpio;
713 struct lan743x_ptp ptp;
715 u8 mac_address[ETH_ALEN];
717 struct lan743x_phy phy;
718 struct lan743x_tx tx[LAN743X_MAX_TX_CHANNELS];
719 struct lan743x_rx rx[LAN743X_MAX_RX_CHANNELS];
722 u32 flags;