Searched refs:tx_delay (Results 1 – 5 of 5) sorted by relevance
238 s->ch_params.tx_delay = data[1]; in do_kiss_params()239 PKP("TX delay = %ums", 10 * s->ch_params.tx_delay); in do_kiss_params()368 s->hdlctx.numflags = tenms_to_2flags(s, s->ch_params.tx_delay); in start_tx()527 bi.data.cp.tx_delay = s->ch_params.tx_delay; in hdlcdrv_ioctl()537 s->ch_params.tx_delay = bi.data.cp.tx_delay; in hdlcdrv_ioctl()
109 unsigned char tx_delay; member193 count = encode_sixpack(p, sp->xbuff, len, sp->tx_delay); in sp_encaps()197 case 1: sp->tx_delay = p[1]; in sp_encaps()638 sp->tx_delay = SIXP_TXDELAY; in sixpack_open()823 int length, unsigned char tx_delay) in encode_sixpack() argument832 buf[0] = tx_delay; in encode_sixpack()
342 bc->ch_params.tx_delay = data[1]; in do_kiss_params()343 PKP("TX delay = %ums", 10 * bc->ch_params.tx_delay); in do_kiss_params()458 bc->hdlctx.flags = tenms_to_flags(bc, bc->ch_params.tx_delay); in transmit()1028 hi.data.cp.tx_delay = bc->ch_params.tx_delay; in baycom_ioctl()1038 bc->ch_params.tx_delay = hi.data.cp.tx_delay; in baycom_ioctl()
1725 if (delay < dsp->tx_delay[0])1726 dsp->tx_delay[0] = delay;1761 delay = dsp->tx_delay[0];1764 if (delay > dsp->tx_delay[i])1765 delay = dsp->tx_delay[i];1795 dsp->tx_delay[i] = dsp->tx_delay[i-1];1798 dsp->tx_delay[0] = CMX_BUFF_HALF; /* (infinite) delay */
190 int tx_delay[MAX_SECONDS_JITTER_CHECK]; member