Searched defs:atl1c_adapter (Results 1 – 2 of 2) sorted by relevance
505 struct atl1c_adapter { struct506 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 */[all …]
510 struct atl1c_adapter { struct511 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;[all …]