Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dsynclink.c238 int get_tx_holding_index; /* next tx holding buffer for adapter to load */ member
3980 info->get_tx_holding_index = 0; in mgsl_free_intermediate_txbuffer_memory()
4010 &info->tx_holding_buffers[info->get_tx_holding_index]; in load_next_tx_holding_buffer()
4021 if ( ++info->get_tx_holding_index >= info->num_tx_holding_buffers) in load_next_tx_holding_buffer()
4022 info->get_tx_holding_index=0; in load_next_tx_holding_buffer()
6421 info->get_tx_holding_index = 0; in mgsl_reset_tx_dma_buffers()