Lines Matching refs:baycom_state
169 struct baycom_state { struct
279 static inline void baycom_int_freq(struct baycom_state *bc) in baycom_int_freq()
307 static int eppconfig(struct baycom_state *bc) in eppconfig()
332 static inline void do_kiss_params(struct baycom_state *bc, in do_kiss_params()
373 static void encode_hdlc(struct baycom_state *bc) in encode_hdlc()
435 static int transmit(struct baycom_state *bc, int cnt, unsigned char stat) in transmit()
542 struct baycom_state *bc = netdev_priv(dev); in do_rxpacket()
567 struct baycom_state *bc = netdev_priv(dev); in receive()
654 struct baycom_state *bc; in epp_bh()
661 bc = container_of(work, struct baycom_state, run_work.work); in epp_bh()
777 struct baycom_state *bc = netdev_priv(dev); in baycom_send_packet()
817 struct baycom_state *bc = netdev_priv(dev); in epp_wakeup()
837 struct baycom_state *bc = netdev_priv(dev); in epp_open()
966 struct baycom_state *bc = netdev_priv(dev); in epp_close()
988 static int baycom_setmode(struct baycom_state *bc, const char *modestr) in baycom_setmode()
1025 struct baycom_state *bc = netdev_priv(dev); in baycom_ioctl()
1149 struct baycom_state *bc; in baycom_probe()
1221 struct baycom_state *bc = netdev_priv(dev); in baycom_epp_dev_setup()
1253 dev = alloc_netdev(sizeof(struct baycom_state), "bce%d", in init_baycomepp()
1296 struct baycom_state *bc = netdev_priv(dev); in cleanup_baycomepp()