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

/linux-master/drivers/net/hamradio/
H A Dhdlcdrv.c170 hdlcdrv_add_bitbuffer_word(&s->bitbuf_hdlc, word);
592 if (s->bitbuf_hdlc.rd == s->bitbuf_hdlc.wr)
595 s->bitbuf_hdlc.buffer[s->bitbuf_hdlc.rd];
596 s->bitbuf_hdlc.rd = (s->bitbuf_hdlc.rd+1) %
597 sizeof(s->bitbuf_hdlc.buffer);
662 s->bitbuf_hdlc.rd = s->bitbuf_hdlc
[all...]
/linux-master/include/linux/
H A Dhdlcdrv.h146 struct hdlcdrv_bitbuffer bitbuf_hdlc; member in struct:hdlcdrv_state

Completed in 111 milliseconds