Lines Matching defs:channel
132 struct channel { struct
133 struct channel *next; argument
137 * Type of this channel. argument
140 enum ctcm_channel_types type; argument
145 __u16 protocol; /* protocol of this channel (4 = MPC) */ argument
149 struct ccw1 *ccw;
150 struct irb *irb;
154 int max_bufsize;
155 struct sk_buff *trans_skb; /* transmit/receive buffer */
156 struct sk_buff_head io_queue; /* universal I/O queue */
157 struct tasklet_struct ch_tasklet; /* MPC ONLY */
161 struct sk_buff_head collect_queue;
165 int collect_len;
169 spinlock_t collect_lock;
195 fsm_instance *fsm; /* finite state machine of this channel */ argument
196 struct net_device *netdev; /* corresponding net_device */
197 struct ctcm_profile prof;
198 __u8 *trans_skb_data;
222 struct channel *channel[2]; argument