Searched refs:num_tx_dma_buffers (Results 1 – 1 of 1) sorted by relevance
228 int num_tx_dma_buffers; /* number of tx dma frames required */ member3622 info->tx_buffer_count = info->num_tx_dma_buffers * BuffersPerFrame; in mgsl_allocate_dma_buffers()3635 info->tx_buffer_count = info->num_tx_dma_buffers * BuffersPerFrame; in mgsl_allocate_dma_buffers()4214 info->num_tx_dma_buffers = txdmabufs[info->line]; in mgsl_add_device()4215 if (info->num_tx_dma_buffers < 1) in mgsl_add_device()4216 info->num_tx_dma_buffers = 1; in mgsl_add_device()4297 info->num_tx_dma_buffers = 1; in mgsl_allocate_device()5639 info->num_tx_dma_buffers > 1 ) { in usc_start_transmitter()