Lines Matching refs:rx_buf_count
197 unsigned int rx_buf_count; /* count of total allocated Rx buffers */ member
3417 info->rx_buf_count = BufferCount - info->tx_buf_count; in alloc_dma_bufs()
3419 if (info->rx_buf_count > SCAMAXDESC) in alloc_dma_bufs()
3420 info->rx_buf_count = SCAMAXDESC; in alloc_dma_bufs()
3425 info->tx_buf_count,info->rx_buf_count); in alloc_dma_bufs()
3431 info->rx_buf_count) < 0 || in alloc_dma_bufs()
3466 info->tx_buf_list += info->rx_buf_count; in alloc_buf_list()
3474 for ( i = 0; i < info->rx_buf_count; i++ ) { in alloc_buf_list()
3482 if ( i < info->rx_buf_count - 1 ) in alloc_buf_list()
3491 ((info->rx_buf_count + i) * sizeof(SCADESC)); in alloc_buf_list()
3497 info->rx_buf_count * sizeof(SCADESC); in alloc_buf_list()
4162 for (i = 0; i < info->rx_buf_count; i++) { in rx_start()
4178 info->rx_buf_list_ex[info->rx_buf_count - 1].phys_entry); in rx_start()
4803 rx_free_frame_buffers(info, 0, info->rx_buf_count - 1); in rx_reset_buffers()
4827 if (first == info->rx_buf_count) in rx_free_frame_buffers()
4882 if (EndIndex == info->rx_buf_count) in rx_get_frame()
4979 if ( ++index == info->rx_buf_count ) in rx_get_frame()