Lines Matching defs:atl1c_adapter
505 struct atl1c_adapter { struct
506 struct net_device *netdev;
507 struct pci_dev *pdev;
508 struct napi_struct napi;
509 struct page *rx_page;
510 unsigned int rx_page_offset;
511 unsigned int rx_frag_size;
512 struct atl1c_hw hw;
513 struct atl1c_hw_stats hw_stats;
514 struct mii_if_info mii; /* MII interface info */
515 u16 rx_buffer_len;
517 unsigned long flags;
521 unsigned long work_event;
524 u32 msg_enable;
526 bool have_msi;
527 u32 wol;
528 u16 link_speed;
529 u16 link_duplex;
531 spinlock_t mdio_lock;
532 atomic_t irq_sem;
534 struct work_struct common_task;
535 struct timer_list watchdog_timer;
536 struct timer_list phy_config_timer;
539 struct atl1c_ring_header ring_header;
540 struct atl1c_tpd_ring tpd_ring[AT_MAX_TRANSMIT_QUEUE];
541 struct atl1c_rfd_ring rfd_ring;
542 struct atl1c_rrd_ring rrd_ring;
543 u32 bd_number; /* board number;*/