Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/
Dtegra210-adma.c145 unsigned int tx_buf_count; member
372 tdc->tx_buf_count = 0; in tegra_adma_start()
397 tdc->tx_buf_count += pos + (max - tdc->tx_buf_pos); in tegra_adma_get_residue()
399 tdc->tx_buf_count += pos - tdc->tx_buf_pos; in tegra_adma_get_residue()
401 periods_remaining = tdc->tx_buf_count % desc->num_periods; in tegra_adma_get_residue()
/kernel/linux/linux-5.10/drivers/tty/
Dsynclinkmp.c202 unsigned int tx_buf_count; /* count of total allocated Tx buffers */ member
3370 info->tx_buf_count = BuffersPerFrame + 1; in alloc_dma_bufs()
3373 if (info->tx_buf_count > (BufferCount/2)) in alloc_dma_bufs()
3374 info->tx_buf_count = BufferCount/2; in alloc_dma_bufs()
3376 if (info->tx_buf_count > SCAMAXDESC) in alloc_dma_bufs()
3377 info->tx_buf_count = SCAMAXDESC; in alloc_dma_bufs()
3380 info->rx_buf_count = BufferCount - info->tx_buf_count; in alloc_dma_bufs()
3388 info->tx_buf_count,info->rx_buf_count); in alloc_dma_bufs()
3398 info->tx_buf_count) < 0 || in alloc_dma_bufs()
3451 for ( i = 0; i < info->tx_buf_count; i++ ) { in alloc_buf_list()
[all …]