Lines Matching defs:z8530_channel
251 struct z8530_channel;
255 void (*rx)(struct z8530_channel *);
256 void (*tx)(struct z8530_channel *);
257 void (*status)(struct z8530_channel *);
264 struct z8530_channel
291 void (*rx_function)(struct z8530_channel *, struct sk_buff *);
379 struct z8530_channel chanA; /* SCC channel A */
380 struct z8530_channel chanB; /* SCC channel B */
403 int z8530_sync_open(struct net_device *, struct z8530_channel *);
404 int z8530_sync_close(struct net_device *, struct z8530_channel *);
405 int z8530_sync_dma_open(struct net_device *, struct z8530_channel *);
406 int z8530_sync_dma_close(struct net_device *, struct z8530_channel *);
407 int z8530_sync_txdma_open(struct net_device *, struct z8530_channel *);
408 int z8530_sync_txdma_close(struct net_device *, struct z8530_channel *);
409 int z8530_channel_load(struct z8530_channel *, u8 *);
410 netdev_tx_t z8530_queue_xmit(struct z8530_channel *c, struct sk_buff *skb);
411 void z8530_null_rx(struct z8530_channel *c, struct sk_buff *skb);