Home
last modified time | relevance | path

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

/linux/drivers/tty/
H A Dsynclink_gt.c308 unsigned int tbuf_count; member
523 for (i=0 ; i < info->tbuf_count ; i++) { in dump_tbufs()
2186 i = info->tbuf_count - 1; in unsent_tbufs()
3291 for (i=0; i < info->tbuf_count; i++) { in alloc_desc()
3296 if (i == info->tbuf_count - 1) in alloc_desc()
3344 info->tbuf_count = 32; in alloc_dma_bufs()
3348 alloc_bufs(info, info->tbufs, info->tbuf_count) < 0 || in alloc_dma_bufs()
3361 free_bufs(info, info->tbufs, info->tbuf_count); in free_dma_bufs()
4686 for (i=0 ; i < info->tbuf_count ; i++) { in reset_tbufs()
4705 if (++i == info->tbuf_count) in free_tbuf_count()
[all …]