Lines Matching refs:z8530_channel
250 struct z8530_channel;
254 void (*rx)(struct z8530_channel *);
255 void (*tx)(struct z8530_channel *);
256 void (*status)(struct z8530_channel *);
263 struct z8530_channel struct
290 void (*rx_function)(struct z8530_channel *, struct sk_buff *); argument
378 struct z8530_channel chanA; /* SCC channel A */ argument
379 struct z8530_channel chanB; /* SCC channel B */
402 extern int z8530_sync_open(struct net_device *, struct z8530_channel *);
403 extern int z8530_sync_close(struct net_device *, struct z8530_channel *);
404 extern int z8530_sync_dma_open(struct net_device *, struct z8530_channel *);
405 extern int z8530_sync_dma_close(struct net_device *, struct z8530_channel *);
406 extern int z8530_sync_txdma_open(struct net_device *, struct z8530_channel *);
407 extern int z8530_sync_txdma_close(struct net_device *, struct z8530_channel *);
408 extern int z8530_channel_load(struct z8530_channel *, u8 *);
409 extern netdev_tx_t z8530_queue_xmit(struct z8530_channel *c,
411 extern void z8530_null_rx(struct z8530_channel *c, struct sk_buff *skb);