Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/hamradio/
Dhdlcdrv.c243 hdlcdrv_add_bitbuffer_word(&s->bitbuf_hdlc, word); in hdlcdrv_receiver()
703 if (s->bitbuf_hdlc.rd == s->bitbuf_hdlc.wr) in hdlcdrv_ioctl()
706 s->bitbuf_hdlc.buffer[s->bitbuf_hdlc.rd]; in hdlcdrv_ioctl()
707 s->bitbuf_hdlc.rd = (s->bitbuf_hdlc.rd+1) % in hdlcdrv_ioctl()
708 sizeof(s->bitbuf_hdlc.buffer); in hdlcdrv_ioctl()
775 s->bitbuf_hdlc.rd = s->bitbuf_hdlc.wr = 0; in hdlcdrv_probe()
776 s->bitbuf_hdlc.shreg = 0x80; in hdlcdrv_probe()
/linux-2.4.37.9/include/linux/
Dhdlcdrv.h240 struct hdlcdrv_bitbuffer bitbuf_hdlc; member