Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dsynclink.c227 int num_tx_dma_buffers; /* number of tx dma frames required */ member
3583 info->tx_buffer_count = info->num_tx_dma_buffers * BuffersPerFrame; in mgsl_allocate_dma_buffers()
3596 info->tx_buffer_count = info->num_tx_dma_buffers * BuffersPerFrame; in mgsl_allocate_dma_buffers()
4174 info->num_tx_dma_buffers = txdmabufs[info->line]; in mgsl_add_device()
4175 if (info->num_tx_dma_buffers < 1) in mgsl_add_device()
4176 info->num_tx_dma_buffers = 1; in mgsl_add_device()
4257 info->num_tx_dma_buffers = 1; in mgsl_allocate_device()
5600 info->num_tx_dma_buffers > 1 ) { in usc_start_transmitter()