Home
last modified time | relevance | path

Searched refs:rx_buf_count (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/tty/
Dsynclinkmp.c197 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()
[all …]
/Linux-v5.10/drivers/char/pcmcia/
Dsynclink_cs.c162 int rx_buf_count; /* total number of rx buffers */ member
842 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()
2631 info->rx_buf_count = info->rx_buf_total_size / info->rx_buf_size; in rx_alloc_buffers()
3622 for (i=0 ; i < info->rx_buf_count ; i++) { in rx_reset_buffers()
3710 if (info->rx_get >= info->rx_buf_count) in rx_get_frame()