Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/hamradio/
Dhdlcdrv.c182 hdlcdrv_add_bitbuffer_word(&s->bitbuf_hdlc, word); in hdlcdrv_receiver()
599 if (s->bitbuf_hdlc.rd == s->bitbuf_hdlc.wr) in hdlcdrv_ioctl()
602 s->bitbuf_hdlc.buffer[s->bitbuf_hdlc.rd]; in hdlcdrv_ioctl()
603 s->bitbuf_hdlc.rd = (s->bitbuf_hdlc.rd+1) % in hdlcdrv_ioctl()
604 sizeof(s->bitbuf_hdlc.buffer); in hdlcdrv_ioctl()
669 s->bitbuf_hdlc.rd = s->bitbuf_hdlc.wr = 0; in hdlcdrv_setup()
670 s->bitbuf_hdlc.shreg = 0x80; in hdlcdrv_setup()
/linux-4.4.14/include/linux/
Dhdlcdrv.h145 struct hdlcdrv_bitbuffer bitbuf_hdlc; member