Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Dsynclinkmp.c202 unsigned int tx_buf_count; /* count of total allocated Tx buffers */ member
3400 info->tx_buf_count = BuffersPerFrame + 1; in alloc_dma_bufs()
3403 if (info->tx_buf_count > (BufferCount/2)) in alloc_dma_bufs()
3404 info->tx_buf_count = BufferCount/2; in alloc_dma_bufs()
3406 if (info->tx_buf_count > SCAMAXDESC) in alloc_dma_bufs()
3407 info->tx_buf_count = SCAMAXDESC; in alloc_dma_bufs()
3410 info->rx_buf_count = BufferCount - info->tx_buf_count; in alloc_dma_bufs()
3418 info->tx_buf_count,info->rx_buf_count); in alloc_dma_bufs()
3428 info->tx_buf_count) < 0 || in alloc_dma_bufs()
3481 for ( i = 0; i < info->tx_buf_count; i++ ) { in alloc_buf_list()
[all …]