Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dscc.h97 TXS_IDLE, /* Transmitter off, no data pending */ enumerator
/linux-4.4.14/drivers/net/hamradio/
Dscc.c1131 scc->stat.tx_state = TXS_IDLE; in t_dwait()
1204 scc->stat.tx_state = TXS_IDLE; in t_tail()
1223 scc->stat.tx_state = TXS_IDLE; in t_busy()
1284 scc->stat.tx_state = TXS_IDLE; in scc_init_timer()
1681 if(scc->stat.tx_state == TXS_IDLE || scc->stat.tx_state == TXS_IDLE2) { in scc_net_tx()