Searched refs:tbufs (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/tty/
H A Dsynclink_gt.c340 struct slgt_desc *tbufs; member in struct:slgt_info
585 i, le16_to_cpu(info->tbufs[i].count), le16_to_cpu(info->tbufs[i].status)); dump_tbufs()
2286 if (!desc_count(info->tbufs[i])) unsent_tbufs()
3392 info->tbufs = ((struct slgt_desc*)info->bufs) + info->rbuf_count; alloc_desc()
3414 info->tbufs[i].pdesc = pbufs + ((info->rbuf_count + i) * sizeof(struct slgt_desc)); alloc_desc()
3418 info->tbufs[i].next = cpu_to_le32(pbufs + info->rbuf_count * sizeof(struct slgt_desc)); alloc_desc()
3420 info->tbufs[i].next = cpu_to_le32(pbufs + ((info->rbuf_count + i + 1) * sizeof(struct slgt_desc))); alloc_desc()
3432 info->tbufs = NULL; free_desc()
3465 alloc_bufs(info, info->tbufs, info->tbuf_count) < 0 || alloc_dma_bufs()
3478 free_bufs(info, info->tbufs, info->tbuf_count); free_dma_bufs()
4056 if (desc_count(info->tbufs[info->tbuf_start])) { tx_start()
4080 wr_reg32(info, TDDAR, info->tbufs[info->tbuf_start].pdesc); tx_start()
4818 info->tbufs[i].status = 0; reset_tbufs()
4819 info->tbufs[i].count = 0; reset_tbufs()
4833 if (desc_count(info->tbufs[i])) free_tbuf_count()
4871 count = desc_count(info->tbufs[i]); tbuf_bytes()
4875 active_buf_count = info->tbufs[i].buf_count; tbuf_bytes()
4927 d = &info->tbufs[i]; tx_load()
4957 d = &info->tbufs[info->tbuf_start]; tx_load()

Completed in 59 milliseconds