Home
last modified time | relevance | path

Searched refs:z8530_channel (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wan/
A Dz85230.h251 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 struct
291 void (*rx_function)(struct z8530_channel *, struct sk_buff *); argument
340 struct z8530_channel chanA; /* SCC channel A */ argument
341 struct z8530_channel chanB; /* SCC channel B */
364 int z8530_sync_open(struct net_device *, struct z8530_channel *);
370 int z8530_channel_load(struct z8530_channel *, u8 *);
[all …]
A Dz85230.c103 static void z8530_rx_done(struct z8530_channel *c);
104 static void z8530_tx_done(struct z8530_channel *c);
132 static inline u8 read_zsdata(struct z8530_channel *c) in read_zsdata()
254 static void z8530_flush_fifo(struct z8530_channel *c) in z8530_flush_fifo()
312 static void z8530_rx(struct z8530_channel *c) in z8530_rx()
372 static void z8530_tx(struct z8530_channel *c) in z8530_tx()
409 static void z8530_status(struct z8530_channel *chan) in z8530_status()
572 static void z8530_rx_clear(struct z8530_channel *c) in z8530_rx_clear()
598 static void z8530_tx_clear(struct z8530_channel *c) in z8530_tx_clear()
1393 static void z8530_tx_done(struct z8530_channel *c) in z8530_tx_done()
[all …]
A Dsealevel.c32 struct z8530_channel *chan;
53 static void sealevel_input(struct z8530_channel *c, struct sk_buff *skb) in sealevel_input()
A Dhostess_sv11.c58 static void hostess_input(struct z8530_channel *c, struct sk_buff *skb) in hostess_input()

Completed in 11 milliseconds