Lines Matching defs:atl1e_adapter
432 struct atl1e_adapter { struct
433 struct net_device *netdev;
434 struct pci_dev *pdev;
435 struct napi_struct napi;
436 struct mii_if_info mii; /* MII interface info */
437 struct atl1e_hw hw;
438 struct atl1e_hw_stats hw_stats;
440 u32 wol;
441 u16 link_speed;
442 u16 link_duplex;
444 spinlock_t mdio_lock;
445 spinlock_t tx_lock;
446 atomic_t irq_sem;
448 struct work_struct reset_task;
449 struct work_struct link_chg_task;
450 struct timer_list watchdog_timer;
451 struct timer_list phy_config_timer;
454 dma_addr_t ring_dma;
455 void *ring_vir_addr;
456 u32 ring_size;
458 struct atl1e_tx_ring tx_ring;
459 struct atl1e_rx_ring rx_ring;
460 int num_rx_queues;
461 unsigned long flags;
466 u32 bd_number; /* board number;*/
467 u32 pci_state[16];
468 u32 *config_space;