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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dsynclink.c258 int tx_holding_count; /* number of tx holding buffers waiting */ member in struct:mgsl_struct
2161 if (info->tx_holding_count >= info->num_tx_holding_buffers ) {
4048 info->tx_holding_count = 0;
4071 if ( info->tx_holding_count ) {
4086 --info->tx_holding_count;
4117 if ( info->tx_holding_count >= info->num_tx_holding_buffers ) {
4125 ++info->tx_holding_count;
6460 info->tx_holding_count = 0;

Completed in 42 milliseconds