Lines Matching refs:rx_buf_count
197 unsigned int rx_buf_count; /* count of total allocated Rx buffers */ member
3384 info->rx_buf_count = BufferCount - info->tx_buf_count; in alloc_dma_bufs()
3386 if (info->rx_buf_count > SCAMAXDESC) in alloc_dma_bufs()
3387 info->rx_buf_count = SCAMAXDESC; in alloc_dma_bufs()
3392 info->tx_buf_count,info->rx_buf_count); in alloc_dma_bufs()
3398 info->rx_buf_count) < 0 || in alloc_dma_bufs()
3433 info->tx_buf_list += info->rx_buf_count; in alloc_buf_list()
3441 for ( i = 0; i < info->rx_buf_count; i++ ) { in alloc_buf_list()
3449 if ( i < info->rx_buf_count - 1 ) in alloc_buf_list()
3458 ((info->rx_buf_count + i) * sizeof(SCADESC)); in alloc_buf_list()
3464 info->rx_buf_count * sizeof(SCADESC); in alloc_buf_list()
4142 for (i = 0; i < info->rx_buf_count; i++) { in rx_start()
4158 info->rx_buf_list_ex[info->rx_buf_count - 1].phys_entry); in rx_start()
4783 rx_free_frame_buffers(info, 0, info->rx_buf_count - 1); in rx_reset_buffers()
4807 if (first == info->rx_buf_count) in rx_free_frame_buffers()
4862 if (EndIndex == info->rx_buf_count) in rx_get_frame()
4959 if ( ++index == info->rx_buf_count ) in rx_get_frame()