Lines Matching defs:atl1e_adapter
419 struct atl1e_adapter { struct
420 struct net_device *netdev;
421 struct pci_dev *pdev;
422 struct napi_struct napi;
423 struct mii_if_info mii; /* MII interface info */
424 struct atl1e_hw hw;
425 struct atl1e_hw_stats hw_stats;
427 u32 wol;
428 u16 link_speed;
429 u16 link_duplex;
431 spinlock_t mdio_lock;
432 atomic_t irq_sem;
434 struct work_struct reset_task;
435 struct work_struct link_chg_task;
436 struct timer_list watchdog_timer;
437 struct timer_list phy_config_timer;
440 dma_addr_t ring_dma;
441 void *ring_vir_addr;
442 u32 ring_size;
444 struct atl1e_tx_ring tx_ring;
445 struct atl1e_rx_ring rx_ring;
446 int num_rx_queues;
447 unsigned long flags;
452 u32 bd_number; /* board number;*/
453 u32 pci_state[16];
454 u32 *config_space;