Home
last modified time | relevance | path

Searched refs:bitbuf_hdlc (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/hamradio/
Dhdlcdrv.c182 hdlcdrv_add_bitbuffer_word(&s->bitbuf_hdlc, word); in hdlcdrv_receiver()
594 if (s->bitbuf_hdlc.rd == s->bitbuf_hdlc.wr) in hdlcdrv_ioctl()
597 s->bitbuf_hdlc.buffer[s->bitbuf_hdlc.rd]; in hdlcdrv_ioctl()
598 s->bitbuf_hdlc.rd = (s->bitbuf_hdlc.rd+1) % in hdlcdrv_ioctl()
599 sizeof(s->bitbuf_hdlc.buffer); in hdlcdrv_ioctl()
664 s->bitbuf_hdlc.rd = s->bitbuf_hdlc.wr = 0; in hdlcdrv_setup()
665 s->bitbuf_hdlc.shreg = 0x80; in hdlcdrv_setup()
/linux-2.6.39/include/linux/
Dhdlcdrv.h241 struct hdlcdrv_bitbuffer bitbuf_hdlc; member