Lines Matching defs:vector_private
71 struct vector_private { struct
72 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;
112 struct sk_buff *skb, struct vector_private *vp); argument
114 struct sk_buff *skb, struct vector_private *vp); argument
135 extern int build_transport_data(struct vector_private *vp); argument