Lines Matching defs:atl1_adapter
756 struct atl1_adapter { struct
757 struct net_device *netdev;
758 struct pci_dev *pdev;
760 struct atl1_sft_stats soft_stats;
761 u32 rx_buffer_len;
762 u32 wol;
763 u16 link_speed;
764 u16 link_duplex;
765 spinlock_t lock;
766 struct napi_struct napi;
767 struct work_struct reset_dev_task;
768 struct work_struct link_chg_task;
770 struct timer_list phy_config_timer;
771 bool phy_timer_pending;
774 struct atl1_ring_header ring_header;
777 struct atl1_tpd_ring tpd_ring;
778 spinlock_t mb_lock;
781 struct atl1_rfd_ring rfd_ring;
782 struct atl1_rrd_ring rrd_ring;
783 u64 hw_csum_err;
784 u64 hw_csum_good;
785 u32 msg_enable;
786 u16 imt; /* interrupt moderator timer (2us resolution) */
787 u16 ict; /* interrupt clear timer (2us resolution */
788 struct mii_if_info mii; /* MII interface info */
794 bool int_enabled;
796 u32 bd_number; /* board number */
797 bool pci_using_64;
798 struct atl1_hw hw;
799 struct atl1_smb smb;
800 struct atl1_cmb cmb;