Lines Matching defs:channel
131 struct channel { struct
132 struct channel *next; argument
136 * Type of this channel. argument
139 enum ctcm_channel_types type; argument
144 __u16 protocol; /* protocol of this channel (4 = MPC) */ argument
148 struct ccw1 *ccw;
149 struct irb *irb;
153 int max_bufsize;
154 struct sk_buff *trans_skb; /* transmit/receive buffer */
155 struct sk_buff_head io_queue; /* universal I/O queue */
156 struct tasklet_struct ch_tasklet; /* MPC ONLY */
160 struct sk_buff_head collect_queue;
164 int collect_len;
168 spinlock_t collect_lock;
194 fsm_instance *fsm; /* finite state machine of this channel */ argument
195 struct net_device *netdev; /* corresponding net_device */
196 struct ctcm_profile prof;
197 __u8 *trans_skb_data;
221 struct channel *channel[2]; member