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