Lines Matching defs:atl1_adapter
743 struct atl1_adapter { struct
744 struct net_device *netdev;
745 struct pci_dev *pdev;
747 struct atl1_sft_stats soft_stats;
748 u32 rx_buffer_len;
749 u32 wol;
750 u16 link_speed;
751 u16 link_duplex;
752 spinlock_t lock;
753 struct napi_struct napi;
754 struct work_struct reset_dev_task;
755 struct work_struct link_chg_task;
757 struct timer_list phy_config_timer;
758 bool phy_timer_pending;
761 struct atl1_ring_header ring_header;
764 struct atl1_tpd_ring tpd_ring;
765 spinlock_t mb_lock;
768 struct atl1_rfd_ring rfd_ring;
769 struct atl1_rrd_ring rrd_ring;
770 u64 hw_csum_err;
771 u64 hw_csum_good;
772 u32 msg_enable;
773 u16 imt; /* interrupt moderator timer (2us resolution) */
774 u16 ict; /* interrupt clear timer (2us resolution */
775 struct mii_if_info mii; /* MII interface info */
781 bool int_enabled;
783 u32 bd_number; /* board number */
784 bool pci_using_64;
785 struct atl1_hw hw;
786 struct atl1_smb smb;
787 struct atl1_cmb cmb;