Lines Matching refs:rx_buf_count
197 unsigned int rx_buf_count; /* count of total allocated Rx buffers */ member
3380 info->rx_buf_count = BufferCount - info->tx_buf_count; in alloc_dma_bufs()
3382 if (info->rx_buf_count > SCAMAXDESC) in alloc_dma_bufs()
3383 info->rx_buf_count = SCAMAXDESC; in alloc_dma_bufs()
3388 info->tx_buf_count,info->rx_buf_count); in alloc_dma_bufs()
3394 info->rx_buf_count) < 0 || in alloc_dma_bufs()
3429 info->tx_buf_list += info->rx_buf_count; in alloc_buf_list()
3437 for ( i = 0; i < info->rx_buf_count; i++ ) { in alloc_buf_list()
3445 if ( i < info->rx_buf_count - 1 ) in alloc_buf_list()
3454 ((info->rx_buf_count + i) * sizeof(SCADESC)); in alloc_buf_list()
3460 info->rx_buf_count * sizeof(SCADESC); in alloc_buf_list()
4138 for (i = 0; i < info->rx_buf_count; i++) { in rx_start()
4154 info->rx_buf_list_ex[info->rx_buf_count - 1].phys_entry); in rx_start()
4779 rx_free_frame_buffers(info, 0, info->rx_buf_count - 1); in rx_reset_buffers()
4803 if (first == info->rx_buf_count) in rx_free_frame_buffers()
4858 if (EndIndex == info->rx_buf_count) in rx_get_frame()
4955 if ( ++index == info->rx_buf_count ) in rx_get_frame()