Lines Matching defs:veth_lpar_connection
168 struct veth_lpar_connection { struct
169 HvLpIndex remote_lp;
170 struct delayed_work statemachine_wq;
171 struct veth_msg *msgs;
172 int num_events;
173 struct veth_cap_data local_caps;
175 struct kobject kobject;
176 struct timer_list ack_timer;
178 struct timer_list reset_timer;
179 unsigned int reset_timeout;
180 unsigned long last_contact;
181 int outstanding_tx;
183 spinlock_t lock;
184 unsigned long state;
185 HvLpInstanceId src_inst;
186 HvLpInstanceId dst_inst;
187 struct veth_lpevent cap_event, cap_ack_event;
188 u16 pending_acks[VETH_MAX_ACKS_PER_MSG];
189 u32 num_pending_acks;
191 int num_ack_events;
192 struct veth_cap_data remote_caps;
193 u32 ack_timeout;
217 static struct veth_lpar_connection *veth_cnx[HVMAXARCHITECTEDLPS]; /* = 0 */ argument