Lines Matching refs:rx_buf_count
197 unsigned int rx_buf_count; /* count of total allocated Rx buffers */ member
3383 info->rx_buf_count = BufferCount - info->tx_buf_count; in alloc_dma_bufs()
3385 if (info->rx_buf_count > SCAMAXDESC) in alloc_dma_bufs()
3386 info->rx_buf_count = SCAMAXDESC; in alloc_dma_bufs()
3391 info->tx_buf_count,info->rx_buf_count); in alloc_dma_bufs()
3397 info->rx_buf_count) < 0 || in alloc_dma_bufs()
3432 info->tx_buf_list += info->rx_buf_count; in alloc_buf_list()
3440 for ( i = 0; i < info->rx_buf_count; i++ ) { in alloc_buf_list()
3448 if ( i < info->rx_buf_count - 1 ) in alloc_buf_list()
3457 ((info->rx_buf_count + i) * sizeof(SCADESC)); in alloc_buf_list()
3463 info->rx_buf_count * sizeof(SCADESC); in alloc_buf_list()
4141 for (i = 0; i < info->rx_buf_count; i++) { in rx_start()
4157 info->rx_buf_list_ex[info->rx_buf_count - 1].phys_entry); in rx_start()
4782 rx_free_frame_buffers(info, 0, info->rx_buf_count - 1); in rx_reset_buffers()
4806 if (first == info->rx_buf_count) in rx_free_frame_buffers()
4861 if (EndIndex == info->rx_buf_count) in rx_get_frame()
4958 if ( ++index == info->rx_buf_count ) in rx_get_frame()