Searched refs:tx_put (Results 1 – 1 of 1) sorted by relevance
151 int tx_put; member970 info->tx_count = info->tx_put = info->tx_get = 0; in tx_done()1373 info->tx_count = info->tx_put = info->tx_get = 0; in mgslpc_program_hw()1499 info->tx_buf[info->tx_put++] = ch; in mgslpc_put_char()1500 info->tx_put &= TXBUFSIZE-1; in mgslpc_put_char()1577 TXBUFSIZE - info->tx_put)); in mgslpc_write()1581 memcpy(info->tx_buf + info->tx_put, buf, c); in mgslpc_write()1584 info->tx_put = (info->tx_put + c) & (TXBUFSIZE-1); in mgslpc_write()1675 info->tx_count = info->tx_put = info->tx_get = 0; in mgslpc_flush_buffer()1913 info->tx_count = info->tx_put = info->tx_get = 0; in tx_abort()[all …]