Lines Matching refs:tx_buf_count
221 unsigned int tx_buf_count; /* count of total allocated Tx buffers */ member
3424 info->tx_buf_count = BuffersPerFrame + 1; in alloc_dma_bufs()
3427 if (info->tx_buf_count > (BufferCount/2)) in alloc_dma_bufs()
3428 info->tx_buf_count = BufferCount/2; in alloc_dma_bufs()
3430 if (info->tx_buf_count > SCAMAXDESC) in alloc_dma_bufs()
3431 info->tx_buf_count = SCAMAXDESC; in alloc_dma_bufs()
3434 info->rx_buf_count = BufferCount - info->tx_buf_count; in alloc_dma_bufs()
3442 info->tx_buf_count,info->rx_buf_count); in alloc_dma_bufs()
3452 info->tx_buf_count) < 0 || in alloc_dma_bufs()
3505 for ( i = 0; i < info->tx_buf_count; i++ ) { in alloc_buf_list()
3516 if ( i < info->tx_buf_count - 1 ) in alloc_buf_list()
5064 if (i >= info->tx_buf_count) in tx_load_dma_buffer()