Lines Matching defs:atl1c_adapter
518 struct atl1c_adapter { struct
519 struct net_device *netdev;
520 struct pci_dev *pdev;
521 struct napi_struct napi;
522 struct page *rx_page;
523 unsigned int rx_page_offset;
524 unsigned int rx_frag_size;
525 struct atl1c_hw hw;
526 struct atl1c_hw_stats hw_stats;
527 struct mii_if_info mii; /* MII interface info */
528 u16 rx_buffer_len;
530 unsigned long flags;
534 unsigned long work_event;
537 u32 msg_enable;
539 bool have_msi;
540 u32 wol;
541 u16 link_speed;
542 u16 link_duplex;
544 spinlock_t mdio_lock;
545 spinlock_t tx_lock;
546 atomic_t irq_sem;
548 struct work_struct common_task;
549 struct timer_list watchdog_timer;
550 struct timer_list phy_config_timer;
553 struct atl1c_ring_header ring_header;
554 struct atl1c_tpd_ring tpd_ring[AT_MAX_TRANSMIT_QUEUE];
555 struct atl1c_rfd_ring rfd_ring;
556 struct atl1c_rrd_ring rrd_ring;
557 u32 bd_number; /* board number;*/