sixpack 130 drivers/net/hamradio/6pack.c static void sixpack_decode(struct sixpack *, const unsigned char[], int); sixpack 141 drivers/net/hamradio/6pack.c struct sixpack *sp = from_timer(sp, t, tx_t); sixpack 164 drivers/net/hamradio/6pack.c static void sp_encaps(struct sixpack *sp, unsigned char *icp, int len) sixpack 248 drivers/net/hamradio/6pack.c struct sixpack *sp = netdev_priv(dev); sixpack 267 drivers/net/hamradio/6pack.c struct sixpack *sp = netdev_priv(dev); sixpack 277 drivers/net/hamradio/6pack.c struct sixpack *sp = netdev_priv(dev); sixpack 337 drivers/net/hamradio/6pack.c static void sp_bump(struct sixpack *sp, char cmd) sixpack 377 drivers/net/hamradio/6pack.c static struct sixpack *sp_get(struct tty_struct *tty) sixpack 379 drivers/net/hamradio/6pack.c struct sixpack *sp; sixpack 390 drivers/net/hamradio/6pack.c static void sp_put(struct sixpack *sp) sixpack 402 drivers/net/hamradio/6pack.c struct sixpack *sp = sp_get(tty); sixpack 438 drivers/net/hamradio/6pack.c struct sixpack *sp; sixpack 474 drivers/net/hamradio/6pack.c static void __tnc_set_sync_state(struct sixpack *sp, int new_tnc_state) sixpack 495 drivers/net/hamradio/6pack.c static inline void tnc_set_sync_state(struct sixpack *sp, int new_tnc_state) sixpack 505 drivers/net/hamradio/6pack.c struct sixpack *sp = from_timer(sp, t, resync_t); sixpack 530 drivers/net/hamradio/6pack.c static inline int tnc_init(struct sixpack *sp) sixpack 554 drivers/net/hamradio/6pack.c struct sixpack *sp; sixpack 563 drivers/net/hamradio/6pack.c dev = alloc_netdev(sizeof(struct sixpack), "sp%d", NET_NAME_UNKNOWN, sixpack 655 drivers/net/hamradio/6pack.c struct sixpack *sp; sixpack 691 drivers/net/hamradio/6pack.c struct sixpack *sp = sp_get(tty); sixpack 832 drivers/net/hamradio/6pack.c static void decode_data(struct sixpack *sp, unsigned char inbyte) sixpack 854 drivers/net/hamradio/6pack.c static void decode_prio_command(struct sixpack *sp, unsigned char cmd) sixpack 904 drivers/net/hamradio/6pack.c static void decode_std_command(struct sixpack *sp, unsigned char cmd) sixpack 952 drivers/net/hamradio/6pack.c sixpack_decode(struct sixpack *sp, const unsigned char *pre_rbuff, int count)