Searched defs:funeth_priv (Results 1 – 1 of 1) sorted by relevance
82 struct funeth_priv { struct83 struct fun_dev *fdev;84 struct pci_dev *pdev;85 struct net_device *netdev;87 struct funeth_rxq * __rcu *rxqs;88 struct funeth_txq **txqs;89 struct funeth_txq * __rcu *xdpqs;91 struct xarray irqs;92 unsigned int num_tx_irqs;93 unsigned int num_rx_irqs;[all …]