Searched defs:vector_private (Results 1 – 1 of 1) sorted by relevance
74 struct vector_private { struct75 struct list_head list;76 struct net_device *dev;77 struct napi_struct napi ____cacheline_aligned;79 int unit;83 struct timer_list tl;86 struct work_struct reset_tx;87 struct vector_fds *fds;89 struct vector_queue *rx_queue;90 struct vector_queue *tx_queue;[all …]