Lines Matching defs:vector_private
68 struct vector_private { struct
69 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;
109 struct sk_buff *skb, struct vector_private *vp); argument
111 struct sk_buff *skb, struct vector_private *vp); argument
129 extern int build_transport_data(struct vector_private *vp); argument