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 */ member3612 info->tx_buffer_count = info->num_tx_dma_buffers * BuffersPerFrame; in mgsl_allocate_dma_buffers()3625 info->tx_buffer_count = info->num_tx_dma_buffers * BuffersPerFrame; in mgsl_allocate_dma_buffers()4204 info->num_tx_dma_buffers = txdmabufs[info->line]; in mgsl_add_device()4205 if (info->num_tx_dma_buffers < 1) in mgsl_add_device()4206 info->num_tx_dma_buffers = 1; in mgsl_add_device()4287 info->num_tx_dma_buffers = 1; in mgsl_allocate_device()5630 info->num_tx_dma_buffers > 1 ) { in usc_start_transmitter()