Lines Matching refs:sixpack
85 struct sixpack { struct
130 static void sixpack_decode(struct sixpack *, unsigned char[], int); argument
141 struct sixpack *sp = (struct sixpack *) channel; in sp_xmit_on_air()
164 static void sp_encaps(struct sixpack *sp, unsigned char *icp, int len) in sp_encaps()
248 struct sixpack *sp = netdev_priv(dev); in sp_xmit()
267 struct sixpack *sp = netdev_priv(dev); in sp_open_dev()
277 struct sixpack *sp = netdev_priv(dev); in sp_close()
337 static void sp_bump(struct sixpack *sp, char cmd) in sp_bump()
377 static struct sixpack *sp_get(struct tty_struct *tty) in sp_get()
379 struct sixpack *sp; in sp_get()
390 static void sp_put(struct sixpack *sp) in sp_put()
402 struct sixpack *sp = sp_get(tty); in sixpack_write_wakeup()
438 struct sixpack *sp; in sixpack_receive_buf()
478 static void __tnc_set_sync_state(struct sixpack *sp, int new_tnc_state) in __tnc_set_sync_state()
499 static inline void tnc_set_sync_state(struct sixpack *sp, int new_tnc_state) in tnc_set_sync_state()
509 struct sixpack *sp = (struct sixpack *) channel; in resync_tnc()
539 static inline int tnc_init(struct sixpack *sp) in tnc_init()
567 struct sixpack *sp; in sixpack_open()
576 dev = alloc_netdev(sizeof(struct sixpack), "sp%d", NET_NAME_UNKNOWN, in sixpack_open()
670 struct sixpack *sp; in sixpack_close()
706 struct sixpack *sp = sp_get(tty); in sixpack_ioctl()
867 static void decode_data(struct sixpack *sp, unsigned char inbyte) in decode_data()
889 static void decode_prio_command(struct sixpack *sp, unsigned char cmd) in decode_prio_command()
946 static void decode_std_command(struct sixpack *sp, unsigned char cmd) in decode_std_command()
995 sixpack_decode(struct sixpack *sp, unsigned char *pre_rbuff, int count) in sixpack_decode()