Searched refs:put_tx_holding_index (Results 1 – 1 of 1) sorted by relevance
239 int put_tx_holding_index; /* next tx holding buffer to store user request */ member3971 info->put_tx_holding_index = 0; in mgsl_free_intermediate_txbuffer_memory()4045 ptx = &info->tx_holding_buffers[info->put_tx_holding_index]; in save_tx_buffer_request()4050 if ( ++info->put_tx_holding_index >= info->num_tx_holding_buffers) in save_tx_buffer_request()4051 info->put_tx_holding_index=0; in save_tx_buffer_request()6413 info->put_tx_holding_index = 0; in mgsl_reset_tx_dma_buffers()