Lines Matching defs:lan743x_adapter
693 struct lan743x_adapter { struct
694 struct net_device *netdev;
695 struct mii_bus *mdiobus;
696 int msg_enable;
698 u32 wolopts;
700 struct pci_dev *pdev;
701 struct lan743x_csr csr;
702 struct lan743x_intr intr;
705 struct mutex dp_lock;
707 struct lan743x_gpio gpio;
708 struct lan743x_ptp ptp;
710 u8 mac_address[ETH_ALEN];
712 struct lan743x_phy phy;
713 struct lan743x_tx tx[LAN743X_MAX_TX_CHANNELS];
714 struct lan743x_rx rx[LAN743X_MAX_RX_CHANNELS];