Lines Matching defs:mpc_group
157 struct mpc_group { struct
158 struct tasklet_struct mpc_tasklet;
159 struct tasklet_struct mpc_tasklet2;
160 int changed_side;
161 int saved_state;
162 int channels_terminating;
163 int out_of_sequence;
164 int flow_off_called;
165 int port_num;
166 int port_persist;
167 int alloc_called;
168 __u32 xid2_adj_id;
169 __u8 xid2_tgnum;
170 __u32 xid2_sender_id;
171 int num_channel_paths;
172 int active_channels[2];
173 __u16 group_max_buflen;
174 int outstanding_xid2;
175 int outstanding_xid7;
176 int outstanding_xid7_p2;
177 int sweep_req_pend_num;
178 int sweep_rsp_pend_num;
179 struct sk_buff *xid_skb;
180 char *xid_skb_data;
181 struct th_header *xid_th;
182 struct xid2 *xid;
183 char *xid_id;
184 struct th_header *rcvd_xid_th;
185 struct sk_buff *rcvd_xid_skb;
186 char *rcvd_xid_data;
187 __u8 in_sweep;
188 __u8 roll;
189 struct xid2 *saved_xid2;
190 void (*allochanfunc)(int, int);
191 int allocchan_callback_retries;
192 void (*estconnfunc)(int, int, int);
193 int estconn_callback_retries;
194 int estconn_called;
195 int xidnogood;
196 int send_qllc_disc;
197 fsm_timer timer;
198 fsm_instance *fsm; /* group xid fsm */