Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/
Dsynclink.c238 int put_tx_holding_index; /* next tx holding buffer to store user request */ member
3878 info->put_tx_holding_index = 0; in mgsl_free_intermediate_txbuffer_memory()
3952 ptx = &info->tx_holding_buffers[info->put_tx_holding_index]; in save_tx_buffer_request()
3957 if ( ++info->put_tx_holding_index >= info->num_tx_holding_buffers) in save_tx_buffer_request()
3958 info->put_tx_holding_index=0; in save_tx_buffer_request()
6203 info->put_tx_holding_index = 0; in mgsl_reset_tx_dma_buffers()