Lines Matching defs:sixpack
42 /* sixpack priority commands */
85 struct sixpack {
130 static void sixpack_decode(struct sixpack *, const unsigned char[], int);
141 struct sixpack *sp = from_timer(sp, t, tx_t);
164 static void sp_encaps(struct sixpack *sp, unsigned char *icp, int len)
248 struct sixpack *sp = netdev_priv(dev);
267 struct sixpack *sp = netdev_priv(dev);
277 struct sixpack *sp = netdev_priv(dev);
336 static void sp_bump(struct sixpack *sp, char cmd)
376 static struct sixpack *sp_get(struct tty_struct *tty)
378 struct sixpack *sp;
389 static void sp_put(struct sixpack *sp)
401 struct sixpack *sp = sp_get(tty);
437 struct sixpack *sp;
473 static void __tnc_set_sync_state(struct sixpack *sp, int new_tnc_state)
494 static inline void tnc_set_sync_state(struct sixpack *sp, int new_tnc_state)
504 struct sixpack *sp = from_timer(sp, t, resync_t);
529 static inline int tnc_init(struct sixpack *sp)
553 struct sixpack *sp;
562 dev = alloc_netdev(sizeof(struct sixpack), "sp%d", NET_NAME_UNKNOWN,
654 struct sixpack *sp;
692 struct sixpack *sp = sp_get(tty);
831 /* decode 4 sixpack-encoded bytes into 3 data bytes */
833 static void decode_data(struct sixpack *sp, unsigned char inbyte)
861 static void decode_prio_command(struct sixpack *sp, unsigned char cmd)
911 static void decode_std_command(struct sixpack *sp, unsigned char cmd)
959 sixpack_decode(struct sixpack *sp, const unsigned char *pre_rbuff, int count)