Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/
Dtegra210-adma.c133 unsigned int tx_buf_count; member
360 tdc->tx_buf_count = 0; in tegra_adma_start()
385 tdc->tx_buf_count += pos + (max - tdc->tx_buf_pos); in tegra_adma_get_residue()
387 tdc->tx_buf_count += pos - tdc->tx_buf_pos; in tegra_adma_get_residue()
389 periods_remaining = tdc->tx_buf_count % desc->num_periods; in tegra_adma_get_residue()
/Linux-v4.19/drivers/tty/
Dsynclinkmp.c202 unsigned int tx_buf_count; /* count of total allocated Tx buffers */ member
3374 info->tx_buf_count = BuffersPerFrame + 1; in alloc_dma_bufs()
3377 if (info->tx_buf_count > (BufferCount/2)) in alloc_dma_bufs()
3378 info->tx_buf_count = BufferCount/2; in alloc_dma_bufs()
3380 if (info->tx_buf_count > SCAMAXDESC) in alloc_dma_bufs()
3381 info->tx_buf_count = SCAMAXDESC; in alloc_dma_bufs()
3384 info->rx_buf_count = BufferCount - info->tx_buf_count; in alloc_dma_bufs()
3392 info->tx_buf_count,info->rx_buf_count); in alloc_dma_bufs()
3402 info->tx_buf_count) < 0 || in alloc_dma_bufs()
3455 for ( i = 0; i < info->tx_buf_count; i++ ) { in alloc_buf_list()
[all …]