Lines Matching defs:netcp_intf
80 struct netcp_intf { struct
81 struct device *dev;
82 struct device *ndev_dev;
83 struct net_device *ndev;
84 bool big_endian;
85 unsigned int tx_compl_qid;
86 void *tx_pool;
87 struct list_head txhook_list_head;
88 unsigned int tx_pause_threshold;
89 void *tx_compl_q;
91 unsigned int tx_resume_threshold;
92 void *rx_queue;
93 void *rx_pool;
94 struct list_head rxhook_list_head;
95 unsigned int rx_queue_id;
96 void *rx_fdq[KNAV_DMA_FDQ_PER_CHAN];
97 struct napi_struct rx_napi;
98 struct napi_struct tx_napi;
100 u32 hw_cap;
103 struct netcp_stats stats;
105 void *rx_channel;
106 const char *dma_chan_name;
107 u32 rx_pool_size;
108 u32 rx_pool_region_id;
109 u32 tx_pool_size;
110 u32 tx_pool_region_id;
134 struct netcp_intf *netcp; argument