Lines Matching defs:netcp_intf
71 struct netcp_intf { struct
72 struct device *dev;
73 struct device *ndev_dev;
74 struct net_device *ndev;
75 bool big_endian;
76 unsigned int tx_compl_qid;
77 void *tx_pool;
78 struct list_head txhook_list_head;
79 unsigned int tx_pause_threshold;
80 void *tx_compl_q;
82 unsigned int tx_resume_threshold;
83 void *rx_queue;
84 void *rx_pool;
85 struct list_head rxhook_list_head;
86 unsigned int rx_queue_id;
87 void *rx_fdq[KNAV_DMA_FDQ_PER_CHAN];
88 u32 rx_buffer_sizes[KNAV_DMA_FDQ_PER_CHAN];
89 struct napi_struct rx_napi;
90 struct napi_struct tx_napi;
92 void *rx_channel;
93 const char *dma_chan_name;
94 u32 rx_pool_size;
95 u32 rx_pool_region_id;
96 u32 tx_pool_size;
120 struct netcp_intf *netcp; argument