Home
last modified time | relevance | path

Searched defs:atl1c_adapter (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/
Datl1c.h505 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 */
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1c/
Datl1c.h510 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;
[all …]