Searched defs:tn40_priv (Results 1 – 1 of 1) sorted by relevance
105 struct tn40_priv { struct106 struct net_device *ndev;107 struct pci_dev *pdev;109 struct napi_struct napi;111 struct tn40_rxd_fifo rxd_fifo0;112 struct tn40_rxf_fifo rxf_fifo0;113 struct tn40_rxdb *rxdb0; /* Rx dbs to store skb pointers */114 struct page_pool *page_pool;117 struct tn40_txd_fifo txd_fifo0;118 struct tn40_txf_fifo txf_fifo0;[all …]