Home
last modified time | relevance | path

Searched refs:tx_put (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/char/pcmcia/
Dsynclink_cs.c151 int tx_put; member
970 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()
1497 info->tx_buf[info->tx_put++] = ch; in mgslpc_put_char()
1498 info->tx_put &= TXBUFSIZE-1; in mgslpc_put_char()
1575 TXBUFSIZE - info->tx_put)); in mgslpc_write()
1579 memcpy(info->tx_buf + info->tx_put, buf, c); in mgslpc_write()
1582 info->tx_put = (info->tx_put + c) & (TXBUFSIZE-1); in mgslpc_write()
1673 info->tx_count = info->tx_put = info->tx_get = 0; in mgslpc_flush_buffer()
1911 info->tx_count = info->tx_put = info->tx_get = 0; in tx_abort()
[all …]