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