Lines Matching defs:atl1c_adapter
512 struct atl1c_adapter { struct
513 struct net_device *netdev;
514 struct pci_dev *pdev;
515 unsigned int rx_frag_size;
516 struct atl1c_hw hw;
517 struct atl1c_hw_stats hw_stats;
518 struct mii_if_info mii; /* MII interface info */
519 u16 rx_buffer_len;
520 unsigned int tx_queue_count;
521 unsigned int rx_queue_count;
523 unsigned long flags;
527 unsigned long work_event;
530 u32 msg_enable;
532 bool have_msi;
533 u32 wol;
534 u16 link_speed;
535 u16 link_duplex;
537 spinlock_t mdio_lock;
538 atomic_t irq_sem;
540 struct work_struct common_task;
541 struct timer_list watchdog_timer;
542 struct timer_list phy_config_timer;
545 struct atl1c_ring_header ring_header;
546 struct atl1c_tpd_ring tpd_ring[AT_MAX_TRANSMIT_QUEUE];
547 struct atl1c_rfd_ring rfd_ring[AT_MAX_RECEIVE_QUEUE];
548 struct atl1c_rrd_ring rrd_ring[AT_MAX_RECEIVE_QUEUE];
549 u32 bd_number; /* board number;*/