Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Dsynclink.c238 int get_tx_holding_index; /* next tx holding buffer for adapter to load */ member
3970 info->get_tx_holding_index = 0; in mgsl_free_intermediate_txbuffer_memory()
4000 &info->tx_holding_buffers[info->get_tx_holding_index]; in load_next_tx_holding_buffer()
4011 if ( ++info->get_tx_holding_index >= info->num_tx_holding_buffers) in load_next_tx_holding_buffer()
4012 info->get_tx_holding_index=0; in load_next_tx_holding_buffer()
6412 info->get_tx_holding_index = 0; in mgsl_reset_tx_dma_buffers()