Searched refs:scc_start_tx_timer (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/hamradio/ |
H A D | scc.c | 196 static void scc_start_tx_timer(struct scc_channel *, 493 scc_start_tx_timer(scc, t_txdelay, 0); in scc_exint() 509 scc_start_tx_timer(scc, t_txdelay, 0); /* restart transmission */ in scc_exint() 1016 static void scc_start_tx_timer(struct scc_channel *scc, in scc_start_tx_timer() function 1075 scc_start_tx_timer(scc, t_idle, in scc_tx_done() 1083 scc_start_tx_timer(scc, t_tail, scc->kiss.tailtime); in scc_tx_done() 1150 scc_start_tx_timer(scc, t_dwait, scc->kiss.slottime); in t_dwait() 1158 scc_start_tx_timer(scc, t_txdelay, scc->kiss.txdelay); in t_dwait() 1160 scc_start_tx_timer(scc, t_txdelay, 0); in t_dwait() 1204 scc_start_tx_timer(scc, t_dwait, scc->kiss.mintime*100); in t_tail() [all …]
|