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()
328 static inline void do_kiss_params(struct baycom_state *bc, in do_kiss_params()
369 static void encode_hdlc(struct baycom_state *bc) in encode_hdlc()
431 static int transmit(struct baycom_state *bc, int cnt, unsigned char stat) in transmit()
538 struct baycom_state *bc = netdev_priv(dev); in do_rxpacket()
563 struct baycom_state *bc = netdev_priv(dev); in receive()
650 struct baycom_state *bc; in epp_bh()
657 bc = container_of(work, struct baycom_state, run_work.work); in epp_bh()
773 struct baycom_state *bc = netdev_priv(dev); in baycom_send_packet()
811 struct baycom_state *bc = netdev_priv(dev); in epp_wakeup()
831 struct baycom_state *bc = netdev_priv(dev); in epp_open()
946 struct baycom_state *bc = netdev_priv(dev); in epp_close()
968 static int baycom_setmode(struct baycom_state *bc, const char *modestr) in baycom_setmode()
1005 struct baycom_state *bc = netdev_priv(dev); in baycom_ioctl()
1129 struct baycom_state *bc; in baycom_probe()
1184 struct baycom_state *bc = netdev_priv(dev); in baycom_epp_dev_setup()
1211 dev = alloc_netdev(sizeof(struct baycom_state), "bce%d", in init_baycomepp()
1249 struct baycom_state *bc = netdev_priv(dev); in cleanup_baycomepp()