Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dsynclink_gt.c198 struct slgt_desc struct
333 struct slgt_desc *rbufs;
340 struct slgt_desc *tbufs;
491 static int alloc_bufs(struct slgt_info *info, struct slgt_desc *bufs, int count);
492 static void free_bufs(struct slgt_info *info, struct slgt_desc *bufs, int count);
1861 struct slgt_desc *bufs = info->rbufs; in rx_async()
3391 info->rbufs = (struct slgt_desc*)info->bufs; in alloc_desc()
3392 info->tbufs = ((struct slgt_desc*)info->bufs) + info->rbuf_count; in alloc_desc()
3402 info->rbufs[i].pdesc = pbufs + (i * sizeof(struct slgt_desc)); in alloc_desc()
3408 info->rbufs[i].next = cpu_to_le32(pbufs + ((i+1) * sizeof(struct slgt_desc))); in alloc_desc()
[all …]