Lines Matching refs:rx_buf_count
197 unsigned int rx_buf_count; /* count of total allocated Rx buffers */ member
3410 info->rx_buf_count = BufferCount - info->tx_buf_count; in alloc_dma_bufs()
3412 if (info->rx_buf_count > SCAMAXDESC) in alloc_dma_bufs()
3413 info->rx_buf_count = SCAMAXDESC; in alloc_dma_bufs()
3418 info->tx_buf_count,info->rx_buf_count); in alloc_dma_bufs()
3424 info->rx_buf_count) < 0 || in alloc_dma_bufs()
3459 info->tx_buf_list += info->rx_buf_count; in alloc_buf_list()
3467 for ( i = 0; i < info->rx_buf_count; i++ ) { in alloc_buf_list()
3475 if ( i < info->rx_buf_count - 1 ) in alloc_buf_list()
3484 ((info->rx_buf_count + i) * sizeof(SCADESC)); in alloc_buf_list()
3490 info->rx_buf_count * sizeof(SCADESC); in alloc_buf_list()
4156 for (i = 0; i < info->rx_buf_count; i++) { in rx_start()
4172 info->rx_buf_list_ex[info->rx_buf_count - 1].phys_entry); in rx_start()
4797 rx_free_frame_buffers(info, 0, info->rx_buf_count - 1); in rx_reset_buffers()
4821 if (first == info->rx_buf_count) in rx_free_frame_buffers()
4876 if (EndIndex == info->rx_buf_count) in rx_get_frame()
4973 if ( ++index == info->rx_buf_count ) in rx_get_frame()