Lines Matching defs:sp

142 	struct sixpack *sp = (struct sixpack *) channel;  in sp_xmit_on_air()  local
165 static void sp_encaps(struct sixpack *sp, unsigned char *icp, int len) in sp_encaps()
249 struct sixpack *sp = netdev_priv(dev); in sp_xmit() local
265 struct sixpack *sp = netdev_priv(dev); in sp_open_dev() local
275 struct sixpack *sp = netdev_priv(dev); in sp_close() local
361 static void sp_bump(struct sixpack *sp, char cmd) in sp_bump()
403 struct sixpack *sp; in sp_get() local
414 static void sp_put(struct sixpack *sp) in sp_put()
426 struct sixpack *sp = sp_get(tty); in sixpack_write_wakeup() local
462 struct sixpack *sp; in sixpack_receive_buf() local
502 static void __tnc_set_sync_state(struct sixpack *sp, int new_tnc_state) in __tnc_set_sync_state()
523 static inline void tnc_set_sync_state(struct sixpack *sp, int new_tnc_state) in tnc_set_sync_state()
533 struct sixpack *sp = (struct sixpack *) channel; in resync_tnc() local
563 static inline int tnc_init(struct sixpack *sp) in tnc_init()
591 struct sixpack *sp; in sixpack_open() local
693 struct sixpack *sp; in sixpack_close() local
723 struct sixpack *sp = sp_get(tty); in sixpack_ioctl() local
884 static void decode_data(struct sixpack *sp, unsigned char inbyte) in decode_data()
906 static void decode_prio_command(struct sixpack *sp, unsigned char cmd) in decode_prio_command()
963 static void decode_std_command(struct sixpack *sp, unsigned char cmd) in decode_std_command()
1012 sixpack_decode(struct sixpack *sp, unsigned char *pre_rbuff, int count) in sixpack_decode()