Searched refs:txdelay (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/uapi/linux/ |
D | bpqether.h | 32 int txdelay; member
|
/Linux-v4.19/include/linux/ |
D | yam.h | 65 unsigned int txdelay; /* TxDelay */ member
|
D | scc.h | 30 unsigned char txdelay; /* Transmit Delay 10 ms/cnt */ member
|
/Linux-v4.19/drivers/net/hamradio/ |
D | scc.c | 490 if (scc->kiss.txdelay == 0) /* zero TXDELAY = wait for CTS */ in scc_exint() 1156 scc_start_tx_timer(scc, t_txdelay, scc->kiss.txdelay); in t_dwait() 1306 case PARAM_TXDELAY: scc->kiss.txdelay=arg; break; in scc_set_param() 1348 scc_start_tx_timer(scc, t_txdelay, scc->kiss.txdelay); in scc_set_param() 1375 case PARAM_TXDELAY: return CAST(scc->kiss.txdelay); in scc_get_param() 1864 scc->kiss.txdelay = 36; /* 360 ms */ in scc_net_ioctl() 1876 scc->kiss.txdelay = 10; /* 100 ms */ in scc_net_ioctl() 2053 K(txdelay), K(persist), K(slottime), K(tailtime), in scc_net_seq_show()
|
D | yam.c | 1028 if (yi.cfg.txdelay > YAM_MAXTXDELAY) in yam_ioctl() 1030 yp->txd = yi.cfg.txdelay; in yam_ioctl() 1058 yi.cfg.txdelay = yp->txd; in yam_ioctl()
|
D | dmascc.c | 169 int txdelay; /* [1/TMR_0_HZ] */ member 961 start_timer(priv, priv->param.txdelay, 0); in scc_send_packet() 1443 start_timer(priv, priv->param.txdelay, 0); in tm_isr()
|
/Linux-v4.19/Documentation/networking/ |
D | z8530drv.txt | 266 txdelay 36 # (see chapter 1.4) 362 txdelay : 36 426 txdelay : 36 449 txdelay:
|