Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dsynclink.c269 int tx_holding_count; /* number of tx holding buffers waiting */ member
2216 if (info->tx_holding_count >= info->num_tx_holding_buffers ) { in mgsl_write()
4293 info->tx_holding_count = 0; in mgsl_free_intermediate_txbuffer_memory()
4316 if ( info->tx_holding_count ) { in load_next_tx_holding_buffer()
4331 --info->tx_holding_count; in load_next_tx_holding_buffer()
4362 if ( info->tx_holding_count >= info->num_tx_holding_buffers ) { in save_tx_buffer_request()
4370 ++info->tx_holding_count; in save_tx_buffer_request()
6772 info->tx_holding_count = 0; in mgsl_reset_tx_dma_buffers()