Searched defs:vector_private (Results 1 – 1 of 1) sorted by relevance
68 struct vector_private { struct69 struct list_head list;70 spinlock_t lock;71 struct net_device *dev;73 int unit;77 struct timer_list tl;80 struct work_struct reset_tx;81 struct vector_fds *fds;83 struct vector_queue *rx_queue;84 struct vector_queue *tx_queue;[all …]