Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/hamradio/
Dhdlcdrv.c274 if (test_and_set_bit(0, &s->hdlctx.in_hdlc_tx)) in hdlcdrv_transmitter()
279 clear_bit(0, &s->hdlctx.in_hdlc_tx); in hdlcdrv_transmitter()
288 clear_bit(0, &s->hdlctx.in_hdlc_tx); in hdlcdrv_transmitter()
300 clear_bit(0, &s->hdlctx.in_hdlc_tx); in hdlcdrv_transmitter()
457 s->hdlctx.in_hdlc_tx = 0; in hdlcdrv_open()
654 s->hdlctx.in_hdlc_tx = 0; in hdlcdrv_setup()
/linux-3.4.99/include/linux/
Dhdlcdrv.h218 unsigned long in_hdlc_tx; member