Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dscc.h98 TXS_IDLE, /* Transmitter off, no data pending */ enumerator
/Linux-v5.4/drivers/net/hamradio/
Dscc.c1133 scc->stat.tx_state = TXS_IDLE; in t_dwait()
1206 scc->stat.tx_state = TXS_IDLE; in t_tail()
1225 scc->stat.tx_state = TXS_IDLE; in t_busy()
1286 scc->stat.tx_state = TXS_IDLE; in scc_init_timer()
1682 if(scc->stat.tx_state == TXS_IDLE || scc->stat.tx_state == TXS_IDLE2) { in scc_net_tx()