Home
last modified time | relevance | path

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

/linux/drivers/net/hamradio/
H A Dhdlcdrv.c170 hdlcdrv_add_bitbuffer_word(&s->bitbuf_hdlc, word); in hdlcdrv_receiver()
592 if (s->bitbuf_hdlc.rd == s->bitbuf_hdlc.wr) in hdlcdrv_siocdevprivate()
595 s->bitbuf_hdlc.buffer[s->bitbuf_hdlc.rd]; in hdlcdrv_siocdevprivate()
596 s->bitbuf_hdlc.rd = (s->bitbuf_hdlc.rd+1) % in hdlcdrv_siocdevprivate()
597 sizeof(s->bitbuf_hdlc.buffer); in hdlcdrv_siocdevprivate()
662 s->bitbuf_hdlc.rd = s->bitbuf_hdlc.wr = 0; in hdlcdrv_setup()
663 s->bitbuf_hdlc.shreg = 0x80; in hdlcdrv_setup()
/linux/include/linux/
H A Dhdlcdrv.h146 struct hdlcdrv_bitbuffer bitbuf_hdlc; member