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;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;114 struct sk_buff *skb, struct vector_private *vp); argument[all …]
Completed in 4 milliseconds