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