Searched refs:num_tx_holding_buffers (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.c255 int num_tx_holding_buffers; /* number of tx holding buffer allocated */ member in struct:mgsl_struct
2161 if (info->tx_holding_count >= info->num_tx_holding_buffers ) {
4007 info->device_name, __FILE__,__LINE__,info->num_tx_holding_buffers);
4011 for ( i=0; i<info->num_tx_holding_buffers; ++i) {
4041 for ( i=0; i<info->num_tx_holding_buffers; ++i ) {
4087 if ( ++info->get_tx_holding_index >= info->num_tx_holding_buffers)
4117 if ( info->tx_holding_count >= info->num_tx_holding_buffers ) {
4126 if ( ++info->put_tx_holding_index >= info->num_tx_holding_buffers)
4284 info->num_tx_holding_buffers = txholdbufs[info->line];
4285 if (info->num_tx_holding_buffers <
[all...]

Completed in 23 milliseconds