Searched refs:tsin_offset (Results 1 – 2 of 2) sorted by relevance
202 if (chan->tsin_offset) { in tsin_exchange()203 memcpy(&chan->tsin_buffer[(188 - chan->tsin_offset)], in tsin_exchange()204 buf, chan->tsin_offset); in tsin_exchange()207 buf += chan->tsin_offset; in tsin_exchange()208 len -= chan->tsin_offset; in tsin_exchange()223 chan->tsin_offset += tsoff; in tsin_exchange()224 chan->tsin_offset %= 188; in tsin_exchange()
736 int tsin_offset; member