Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/
Dsynclink.c227 unsigned int rx_buffer_count; /* count of total allocated Rx buffers */ member
3629 info->rx_buffer_count = 62 - info->tx_buffer_count; in mgsl_allocate_dma_buffers()
3642 info->rx_buffer_count = (BuffersPerFrame * MAXRXFRAMES) + 6; in mgsl_allocate_dma_buffers()
3649 if ( (info->tx_buffer_count + info->rx_buffer_count) > 62 ) in mgsl_allocate_dma_buffers()
3650 info->rx_buffer_count = 62 - info->tx_buffer_count; in mgsl_allocate_dma_buffers()
3656 __FILE__,__LINE__, info->tx_buffer_count,info->rx_buffer_count); in mgsl_allocate_dma_buffers()
3659 mgsl_alloc_frame_memory(info, info->rx_buffer_list, info->rx_buffer_count) < 0 || in mgsl_allocate_dma_buffers()
3728 info->tx_buffer_list += info->rx_buffer_count; in mgsl_alloc_buffer_list_memory()
3739 for ( i = 0; i < info->rx_buffer_count; i++ ) { in mgsl_alloc_buffer_list_memory()
3749 if ( i < info->rx_buffer_count - 1 ) in mgsl_alloc_buffer_list_memory()
[all …]