Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dsynclink.c223 unsigned int rx_buffer_count; /* count of total allocated Rx buffers */ member
3584 info->rx_buffer_count = 62 - info->tx_buffer_count; in mgsl_allocate_dma_buffers()
3597 info->rx_buffer_count = (BuffersPerFrame * MAXRXFRAMES) + 6; in mgsl_allocate_dma_buffers()
3604 if ( (info->tx_buffer_count + info->rx_buffer_count) > 62 ) in mgsl_allocate_dma_buffers()
3605 info->rx_buffer_count = 62 - info->tx_buffer_count; in mgsl_allocate_dma_buffers()
3611 __FILE__,__LINE__, info->tx_buffer_count,info->rx_buffer_count); in mgsl_allocate_dma_buffers()
3614 mgsl_alloc_frame_memory(info, info->rx_buffer_list, info->rx_buffer_count) < 0 || in mgsl_allocate_dma_buffers()
3683 info->tx_buffer_list += info->rx_buffer_count; in mgsl_alloc_buffer_list_memory()
3694 for ( i = 0; i < info->rx_buffer_count; i++ ) { in mgsl_alloc_buffer_list_memory()
3704 if ( i < info->rx_buffer_count - 1 ) in mgsl_alloc_buffer_list_memory()
[all …]