Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/
Dsynclink.c242 int put_tx_holding_index; /* next tx holding buffer to store user request */ member
3979 info->put_tx_holding_index = 0; in mgsl_free_intermediate_txbuffer_memory()
4053 ptx = &info->tx_holding_buffers[info->put_tx_holding_index]; in save_tx_buffer_request()
4058 if ( ++info->put_tx_holding_index >= info->num_tx_holding_buffers) in save_tx_buffer_request()
4059 info->put_tx_holding_index=0; in save_tx_buffer_request()
6419 info->put_tx_holding_index = 0; in mgsl_reset_tx_dma_buffers()