Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dscc.h99 TXS_IDLE, /* Transmitter off, no data pending */ enumerator
/Linux-v5.15/drivers/net/hamradio/
Dscc.c1134 scc->stat.tx_state = TXS_IDLE; in t_dwait()
1207 scc->stat.tx_state = TXS_IDLE; in t_tail()
1226 scc->stat.tx_state = TXS_IDLE; in t_busy()
1287 scc->stat.tx_state = TXS_IDLE; in scc_init_timer()
1683 if(scc->stat.tx_state == TXS_IDLE || scc->stat.tx_state == TXS_IDLE2) { in scc_net_tx()