Lines Matching refs:tx_buf_count
202 unsigned int tx_buf_count; /* count of total allocated Tx buffers */ member
3370 info->tx_buf_count = BuffersPerFrame + 1; in alloc_dma_bufs()
3373 if (info->tx_buf_count > (BufferCount/2)) in alloc_dma_bufs()
3374 info->tx_buf_count = BufferCount/2; in alloc_dma_bufs()
3376 if (info->tx_buf_count > SCAMAXDESC) in alloc_dma_bufs()
3377 info->tx_buf_count = SCAMAXDESC; in alloc_dma_bufs()
3380 info->rx_buf_count = BufferCount - info->tx_buf_count; in alloc_dma_bufs()
3388 info->tx_buf_count,info->rx_buf_count); in alloc_dma_bufs()
3398 info->tx_buf_count) < 0 || in alloc_dma_bufs()
3451 for ( i = 0; i < info->tx_buf_count; i++ ) { in alloc_buf_list()
3462 if ( i < info->tx_buf_count - 1 ) in alloc_buf_list()
5022 if (i >= info->tx_buf_count) in tx_load_dma_buffer()