Lines Matching defs:channel
130 struct channel { struct
131 struct channel *next; argument
135 * Type of this channel. argument
138 enum ctcm_channel_types type; argument
143 __u16 protocol; /* protocol of this channel (4 = MPC) */ argument
147 struct ccw1 *ccw;
148 struct irb *irb;
152 int max_bufsize;
153 struct sk_buff *trans_skb; /* transmit/receive buffer */
154 struct sk_buff_head io_queue; /* universal I/O queue */
155 struct tasklet_struct ch_tasklet; /* MPC ONLY */
159 struct sk_buff_head collect_queue;
163 int collect_len;
167 spinlock_t collect_lock;
193 fsm_instance *fsm; /* finite state machine of this channel */ argument
194 struct net_device *netdev; /* corresponding net_device */
195 struct ctcm_profile prof;
196 __u8 *trans_skb_data;
220 struct channel *channel[2]; argument