Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/
Dsynclink.c227 int num_tx_dma_buffers; /* number of tx dma frames required */ member
3582 info->tx_buffer_count = info->num_tx_dma_buffers * BuffersPerFrame; in mgsl_allocate_dma_buffers()
3595 info->tx_buffer_count = info->num_tx_dma_buffers * BuffersPerFrame; in mgsl_allocate_dma_buffers()
4173 info->num_tx_dma_buffers = txdmabufs[info->line]; in mgsl_add_device()
4174 if (info->num_tx_dma_buffers < 1) in mgsl_add_device()
4175 info->num_tx_dma_buffers = 1; in mgsl_add_device()
4256 info->num_tx_dma_buffers = 1; in mgsl_allocate_device()
5557 info->num_tx_dma_buffers > 1 ) { in usc_start_transmitter()