Lines Matching defs:atl1_adapter
751 struct atl1_adapter { struct
752 struct net_device *netdev;
753 struct pci_dev *pdev;
755 struct atl1_sft_stats soft_stats;
756 struct vlan_group *vlgrp;
757 u32 rx_buffer_len;
758 u32 wol;
759 u16 link_speed;
760 u16 link_duplex;
761 spinlock_t lock;
762 struct work_struct tx_timeout_task;
763 struct work_struct link_chg_task;
764 struct work_struct pcie_dma_to_rst_task;
766 struct timer_list phy_config_timer;
767 bool phy_timer_pending;
770 struct atl1_ring_header ring_header;
773 struct atl1_tpd_ring tpd_ring;
774 spinlock_t mb_lock;
777 struct atl1_rfd_ring rfd_ring;
778 struct atl1_rrd_ring rrd_ring;
779 u64 hw_csum_err;
780 u64 hw_csum_good;
781 u32 msg_enable;
782 u16 imt; /* interrupt moderator timer (2us resolution) */
783 u16 ict; /* interrupt clear timer (2us resolution */
784 struct mii_if_info mii; /* MII interface info */
786 u32 bd_number; /* board number */
787 bool pci_using_64;
788 struct atl1_hw hw;
789 struct atl1_smb smb;
790 struct atl1_cmb cmb;