Lines Matching refs:hdlcdrv_state
114 static int hdlc_rx_add_bytes(struct hdlcdrv_state *s, unsigned int bits,
132 static void hdlc_rx_flag(struct net_device *dev, struct hdlcdrv_state *s)
156 void hdlcdrv_receiver(struct net_device *dev, struct hdlcdrv_state *s)
212 static inline void do_kiss_params(struct hdlcdrv_state *s,
253 void hdlcdrv_transmitter(struct net_device *dev, struct hdlcdrv_state *s)
353 static void start_tx(struct net_device *dev, struct hdlcdrv_state *s)
365 void hdlcdrv_arbitrate(struct net_device *dev, struct hdlcdrv_state *s)
393 struct hdlcdrv_state *sm = netdev_priv(dev);
435 struct hdlcdrv_state *s = netdev_priv(dev);
472 struct hdlcdrv_state *s = netdev_priv(dev);
490 struct hdlcdrv_state *s = netdev_priv(dev);
635 struct hdlcdrv_state *s = netdev_priv(dev);
638 * initialize the hdlcdrv_state struct
690 struct hdlcdrv_state *s;
693 if (privsize < sizeof(struct hdlcdrv_state))
694 privsize = sizeof(struct hdlcdrv_state);
701 * initialize part of the hdlcdrv_state struct
724 struct hdlcdrv_state *s = netdev_priv(dev);