Lines Matching refs:sixpack
83 struct sixpack { struct
125 static void sixpack_decode(struct sixpack *, const u8 *, size_t); argument
136 struct sixpack *sp = from_timer(sp, t, tx_t); in sp_xmit_on_air()
159 static void sp_encaps(struct sixpack *sp, unsigned char *icp, int len) in sp_encaps()
238 struct sixpack *sp = netdev_priv(dev); in sp_xmit()
257 struct sixpack *sp = netdev_priv(dev); in sp_open_dev()
267 struct sixpack *sp = netdev_priv(dev); in sp_close()
326 static void sp_bump(struct sixpack *sp, char cmd) in sp_bump()
366 static struct sixpack *sp_get(struct tty_struct *tty) in sp_get()
368 struct sixpack *sp; in sp_get()
379 static void sp_put(struct sixpack *sp) in sp_put()
391 struct sixpack *sp = sp_get(tty); in sixpack_write_wakeup()
427 struct sixpack *sp; in sixpack_receive_buf()
463 static void __tnc_set_sync_state(struct sixpack *sp, int new_tnc_state) in __tnc_set_sync_state()
484 static inline void tnc_set_sync_state(struct sixpack *sp, int new_tnc_state) in tnc_set_sync_state()
494 struct sixpack *sp = from_timer(sp, t, resync_t); in resync_tnc()
519 static inline int tnc_init(struct sixpack *sp) in tnc_init()
543 struct sixpack *sp; in sixpack_open()
552 dev = alloc_netdev(sizeof(struct sixpack), "sp%d", NET_NAME_UNKNOWN, in sixpack_open()
639 struct sixpack *sp; in sixpack_close()
676 struct sixpack *sp = sp_get(tty); in sixpack_ioctl()
803 static void decode_data(struct sixpack *sp, u8 inbyte) in decode_data()
831 static void decode_prio_command(struct sixpack *sp, u8 cmd) in decode_prio_command()
881 static void decode_std_command(struct sixpack *sp, u8 cmd) in decode_std_command()
931 sixpack_decode(struct sixpack *sp, const u8 *pre_rbuff, size_t count) in sixpack_decode()