Searched refs:tsin_offset (Results 1 – 2 of 2) sorted by relevance
189 if (chan->tsin_offset) { in tsin_exchange()190 memcpy(&chan->tsin_buffer[(188 - chan->tsin_offset)], in tsin_exchange()191 buf, chan->tsin_offset); in tsin_exchange()194 buf += chan->tsin_offset; in tsin_exchange()195 len -= chan->tsin_offset; in tsin_exchange()210 chan->tsin_offset += tsoff; in tsin_exchange()211 chan->tsin_offset %= 188; in tsin_exchange()
678 int tsin_offset; member