Lines Matching defs:vector_private
74 struct vector_private { struct
75 struct list_head list;
76 struct net_device *dev;
77 struct napi_struct napi ____cacheline_aligned;
79 int unit;
83 struct timer_list tl;
86 struct work_struct reset_tx;
87 struct vector_fds *fds;
89 struct vector_queue *rx_queue;
90 struct vector_queue *tx_queue;
115 struct sk_buff *skb, struct vector_private *vp); argument
117 struct sk_buff *skb, struct vector_private *vp); argument
137 extern int build_transport_data(struct vector_private *vp); argument