Lines Matching defs:netcp_intf
88 struct netcp_intf { struct
89 struct device *dev;
90 struct device *ndev_dev;
91 struct net_device *ndev;
92 bool big_endian;
93 unsigned int tx_compl_qid;
94 void *tx_pool;
95 struct list_head txhook_list_head;
96 unsigned int tx_pause_threshold;
97 void *tx_compl_q;
99 unsigned int tx_resume_threshold;
100 void *rx_queue;
101 void *rx_pool;
102 struct list_head rxhook_list_head;
103 unsigned int rx_queue_id;
104 void *rx_fdq[KNAV_DMA_FDQ_PER_CHAN];
105 struct napi_struct rx_napi;
106 struct napi_struct tx_napi;
108 u32 hw_cap;
111 struct netcp_stats stats;
113 void *rx_channel;
114 const char *dma_chan_name;
115 u32 rx_pool_size;
116 u32 rx_pool_region_id;
117 u32 tx_pool_size;
118 u32 tx_pool_region_id;
142 struct netcp_intf *netcp; argument