Lines Matching defs:lan743x_adapter
703 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;
716 struct lan743x_ptp ptp;
718 u8 mac_address[ETH_ALEN];
720 struct lan743x_phy phy;
721 struct lan743x_tx tx[LAN743X_MAX_TX_CHANNELS];
722 struct lan743x_rx rx[LAN743X_MAX_RX_CHANNELS];
725 u32 flags;