Searched defs:vector_private (Results 1 – 1 of 1) sorted by relevance
72 struct vector_private { struct73 struct list_head list;74 spinlock_t lock;75 struct net_device *dev;76 struct napi_struct napi ____cacheline_aligned;78 int unit;82 struct timer_list tl;85 struct work_struct reset_tx;86 struct vector_fds *fds;88 struct vector_queue *rx_queue;[all …]