Lines Matching refs:hdlcdrv_state
113 static int hdlc_rx_add_bytes(struct hdlcdrv_state *s, unsigned int bits,
131 static void hdlc_rx_flag(struct net_device *dev, struct hdlcdrv_state *s)
155 void hdlcdrv_receiver(struct net_device *dev, struct hdlcdrv_state *s)
211 static inline void do_kiss_params(struct hdlcdrv_state *s,
252 void hdlcdrv_transmitter(struct net_device *dev, struct hdlcdrv_state *s)
352 static void start_tx(struct net_device *dev, struct hdlcdrv_state *s)
364 void hdlcdrv_arbitrate(struct net_device *dev, struct hdlcdrv_state *s)
392 struct hdlcdrv_state *sm = netdev_priv(dev);
434 struct hdlcdrv_state *s = netdev_priv(dev);
471 struct hdlcdrv_state *s = netdev_priv(dev);
488 struct hdlcdrv_state *s = netdev_priv(dev);
632 struct hdlcdrv_state *s = netdev_priv(dev);
635 * initialize the hdlcdrv_state struct
687 struct hdlcdrv_state *s;
690 if (privsize < sizeof(struct hdlcdrv_state))
691 privsize = sizeof(struct hdlcdrv_state);
698 * initialize part of the hdlcdrv_state struct
721 struct hdlcdrv_state *s = netdev_priv(dev);