Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dscc.h99 TXS_IDLE, /* Transmitter off, no data pending */ enumerator
/linux-6.1.9/drivers/net/hamradio/
Dscc.c1135 scc->stat.tx_state = TXS_IDLE; in t_dwait()
1208 scc->stat.tx_state = TXS_IDLE; in t_tail()
1227 scc->stat.tx_state = TXS_IDLE; in t_busy()
1288 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()