Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/hamradio/
Dhdlcdrv.c169 hdlcdrv_add_bitbuffer_word(&s->bitbuf_hdlc, word); in hdlcdrv_receiver()
589 if (s->bitbuf_hdlc.rd == s->bitbuf_hdlc.wr) in hdlcdrv_ioctl()
592 s->bitbuf_hdlc.buffer[s->bitbuf_hdlc.rd]; in hdlcdrv_ioctl()
593 s->bitbuf_hdlc.rd = (s->bitbuf_hdlc.rd+1) % in hdlcdrv_ioctl()
594 sizeof(s->bitbuf_hdlc.buffer); in hdlcdrv_ioctl()
659 s->bitbuf_hdlc.rd = s->bitbuf_hdlc.wr = 0; in hdlcdrv_setup()
660 s->bitbuf_hdlc.shreg = 0x80; in hdlcdrv_setup()
/Linux-v5.10/include/linux/
Dhdlcdrv.h146 struct hdlcdrv_bitbuffer bitbuf_hdlc; member