Lines Matching refs:x25_asy
48 static void x25_asy_unesc(struct x25_asy *sl, unsigned char c);
52 static struct x25_asy *x25_asy_alloc(void) in x25_asy_alloc()
55 struct x25_asy *sl; in x25_asy_alloc()
84 dev = alloc_netdev(sizeof(struct x25_asy), name, in x25_asy_alloc()
109 static void x25_asy_free(struct x25_asy *sl) in x25_asy_free()
123 struct x25_asy *sl = netdev_priv(dev); in x25_asy_change_mtu()
173 static inline void x25_asy_lock(struct x25_asy *sl) in x25_asy_lock()
181 static inline void x25_asy_unlock(struct x25_asy *sl) in x25_asy_unlock()
188 static void x25_asy_bump(struct x25_asy *sl) in x25_asy_bump()
218 static void x25_asy_encaps(struct x25_asy *sl, unsigned char *icp, int len) in x25_asy_encaps()
259 struct x25_asy *sl = tty->disc_data; in x25_asy_write_wakeup()
281 struct x25_asy *sl = netdev_priv(dev); in x25_asy_timeout()
303 struct x25_asy *sl = netdev_priv(dev); in x25_asy_xmit()
376 struct x25_asy *sl = netdev_priv(dev); in x25_asy_data_transmit()
401 struct x25_asy *sl = netdev_priv(dev); in x25_asy_connected()
420 struct x25_asy *sl = netdev_priv(dev); in x25_asy_disconnected()
450 struct x25_asy *sl = netdev_priv(dev); in x25_asy_open()
499 struct x25_asy *sl = netdev_priv(dev); in x25_asy_close()
522 struct x25_asy *sl = tty->disc_data; in x25_asy_receive_buf()
550 struct x25_asy *sl; in x25_asy_open_tty()
589 struct x25_asy *sl = tty->disc_data; in x25_asy_close_tty()
652 static void x25_asy_unesc(struct x25_asy *sl, unsigned char s) in x25_asy_unesc()
687 struct x25_asy *sl = tty->disc_data; in x25_asy_ioctl()
723 struct x25_asy *sl = netdev_priv(dev); in x25_asy_open_dev()
740 struct x25_asy *sl = netdev_priv(dev); in x25_asy_setup()
804 struct x25_asy *sl = netdev_priv(dev); in exit_x25_asy()