Lines Matching refs:baycom_state
154 struct baycom_state { struct
264 static inline void baycom_int_freq(struct baycom_state *bc) in baycom_int_freq()
292 static int eppconfig(struct baycom_state *bc) in eppconfig()
317 static inline void do_kiss_params(struct baycom_state *bc, in do_kiss_params()
358 static void encode_hdlc(struct baycom_state *bc) in encode_hdlc()
420 static int transmit(struct baycom_state *bc, int cnt, unsigned char stat) in transmit()
528 struct baycom_state *bc = netdev_priv(dev); in do_rxpacket()
553 struct baycom_state *bc = netdev_priv(dev); in receive()
634 struct baycom_state *bc; in epp_bh()
641 bc = container_of(work, struct baycom_state, run_work.work); in epp_bh()
757 struct baycom_state *bc = netdev_priv(dev); in baycom_send_packet()
797 struct baycom_state *bc = netdev_priv(dev); in epp_wakeup()
817 struct baycom_state *bc = netdev_priv(dev); in epp_open()
946 struct baycom_state *bc = netdev_priv(dev); in epp_close()
967 static int baycom_setmode(struct baycom_state *bc, const char *modestr) in baycom_setmode()
1005 struct baycom_state *bc = netdev_priv(dev); in baycom_siocdevprivate()
1129 struct baycom_state *bc; in baycom_probe()
1200 struct baycom_state *bc = netdev_priv(dev); in baycom_epp_dev_setup()
1232 dev = alloc_netdev(sizeof(struct baycom_state), "bce%d", in init_baycomepp()
1275 struct baycom_state *bc = netdev_priv(dev); in cleanup_baycomepp()