Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/hamradio/
H A Dhdlcdrv.c280 if (s->hdlctx.numflags) { in hdlcdrv_transmitter()
281 s->hdlctx.numflags--; in hdlcdrv_transmitter()
296 s->hdlctx.numflags = flgs; in hdlcdrv_transmitter()
304 s->hdlctx.numflags = 1; in hdlcdrv_transmitter()
322 s->hdlctx.numflags = 1; in hdlcdrv_transmitter()
356 s->hdlctx.numflags = tenms_to_2flags(s, s->ch_params.tx_delay); in start_tx()
452 s->hdlctx.numflags = 0; in hdlcdrv_open()
652 s->hdlctx.numflags = 0; in hdlcdrv_setup()
/openbmc/linux/include/linux/
H A Dhdlcdrv.h130 int numflags; member