Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/hamradio/
H A Dhdlcdrv.c262 if (test_and_set_bit(0, &s->hdlctx.in_hdlc_tx)) in hdlcdrv_transmitter()
267 clear_bit(0, &s->hdlctx.in_hdlc_tx); in hdlcdrv_transmitter()
276 clear_bit(0, &s->hdlctx.in_hdlc_tx); in hdlcdrv_transmitter()
288 clear_bit(0, &s->hdlctx.in_hdlc_tx); in hdlcdrv_transmitter()
450 s->hdlctx.in_hdlc_tx = 0; in hdlcdrv_open()
650 s->hdlctx.in_hdlc_tx = 0; in hdlcdrv_setup()
/openbmc/linux/include/linux/
H A Dhdlcdrv.h123 unsigned long in_hdlc_tx; member