Symbol: sixpack
drivers/net/hamradio/6pack.c
123
static void sixpack_decode(struct sixpack *, const u8 *, size_t);
drivers/net/hamradio/6pack.c
134
struct sixpack *sp = timer_container_of(sp, t, tx_t);
drivers/net/hamradio/6pack.c
157
static void sp_encaps(struct sixpack *sp, unsigned char *icp, int len)
drivers/net/hamradio/6pack.c
236
struct sixpack *sp = netdev_priv(dev);
drivers/net/hamradio/6pack.c
255
struct sixpack *sp = netdev_priv(dev);
drivers/net/hamradio/6pack.c
265
struct sixpack *sp = netdev_priv(dev);
drivers/net/hamradio/6pack.c
324
static void sp_bump(struct sixpack *sp, char cmd)
drivers/net/hamradio/6pack.c
360
struct sixpack *sp = tty->disc_data;
drivers/net/hamradio/6pack.c
393
struct sixpack *sp;
drivers/net/hamradio/6pack.c
428
static void __tnc_set_sync_state(struct sixpack *sp, int new_tnc_state)
drivers/net/hamradio/6pack.c
449
static inline void tnc_set_sync_state(struct sixpack *sp, int new_tnc_state)
drivers/net/hamradio/6pack.c
459
struct sixpack *sp = timer_container_of(sp, t, resync_t);
drivers/net/hamradio/6pack.c
484
static inline int tnc_init(struct sixpack *sp)
drivers/net/hamradio/6pack.c
508
struct sixpack *sp;
drivers/net/hamradio/6pack.c
517
dev = alloc_netdev(sizeof(struct sixpack), "sp%d", NET_NAME_UNKNOWN,
drivers/net/hamradio/6pack.c
602
struct sixpack *sp;
drivers/net/hamradio/6pack.c
631
struct sixpack *sp = tty->disc_data;
drivers/net/hamradio/6pack.c
756
static void decode_data(struct sixpack *sp, u8 inbyte)
drivers/net/hamradio/6pack.c
784
static void decode_prio_command(struct sixpack *sp, u8 cmd)
drivers/net/hamradio/6pack.c
834
static void decode_std_command(struct sixpack *sp, u8 cmd)
drivers/net/hamradio/6pack.c
884
sixpack_decode(struct sixpack *sp, const u8 *pre_rbuff, size_t count)