Searched defs:netcp_intf (Results 1 – 1 of 1) sorted by relevance
80 struct netcp_intf { struct81 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;[all …]