Searched refs:tx_buffer_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.c248 unsigned int tx_buffer_count; /* count of total allocated Tx buffers */ member in struct:mgsl_struct
3696 info->tx_buffer_count = info->num_tx_dma_buffers * BuffersPerFrame;
3697 info->rx_buffer_count = 62 - info->tx_buffer_count;
3709 info->tx_buffer_count = info->num_tx_dma_buffers * BuffersPerFrame;
3717 if ( (info->tx_buffer_count + info->rx_buffer_count) > 62 )
3718 info->rx_buffer_count = 62 - info->tx_buffer_count;
3724 __FILE__,__LINE__, info->tx_buffer_count,info->rx_buffer_count);
3728 mgsl_alloc_frame_memory(info, info->tx_buffer_list, info->tx_buffer_count) < 0 ||
3821 for ( i = 0; i < info->tx_buffer_count; i++ ) {
3832 if ( i < info->tx_buffer_count
[all...]

Completed in 47 milliseconds