Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dhdlcdrv.h266 static inline int hdlcdrv_hbuf_empty(struct hdlcdrv_hdlcbuffer *hb) in hdlcdrv_hbuf_empty() function
325 if (hdlcdrv_hbuf_empty(&s->hdlctx.hbuf)) { in hdlcdrv_getbits()
/linux-2.4.37.9/drivers/net/hamradio/
Dhdlcdrv.c239 while (!hdlcdrv_hbuf_empty(&s->hdlcrx.hbuf)) { in hdlcdrv_receiver()