Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dscc.h103 TXS_IDLE2, /* Transmitter on, no data pending */ enumerator
/openbmc/linux/drivers/net/hamradio/
H A Dscc.c1073 scc->stat.tx_state = TXS_IDLE2; in scc_tx_done()
1683 if(scc->stat.tx_state == TXS_IDLE || scc->stat.tx_state == TXS_IDLE2) { in scc_net_tx()