Searched refs:rx_buf_count (Results 1 – 3 of 3) sorted by relevance
197 unsigned int rx_buf_count; /* count of total allocated Rx buffers */ member3410 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()[all …]
162 int rx_buf_count; /* total number of rx buffers */ member842 if (info->rx_frame_count >= info->rx_buf_count) { in rx_ready_hdlc()887 if (info->rx_put >= info->rx_buf_count) in rx_ready_hdlc()2657 info->rx_buf_count = info->rx_buf_total_size / info->rx_buf_size; in rx_alloc_buffers()3648 for (i=0 ; i < info->rx_buf_count ; i++) { in rx_reset_buffers()3736 if (info->rx_get >= info->rx_buf_count) in rx_get_frame()
588 unsigned uninitialized_var(rx_buf_count); in davinci_spi_bufs()