Searched refs:slgt_desc (Results 1 – 1 of 1) sorted by relevance
169 struct slgt_desc struct301 struct slgt_desc *rbufs;308 struct slgt_desc *tbufs;1760 struct slgt_desc *bufs = info->rbufs; in rx_async()3269 info->rbufs = (struct slgt_desc*)info->bufs; in alloc_desc()3270 info->tbufs = ((struct slgt_desc*)info->bufs) + info->rbuf_count; in alloc_desc()3280 info->rbufs[i].pdesc = pbufs + (i * sizeof(struct slgt_desc)); in alloc_desc()3286 info->rbufs[i].next = cpu_to_le32(pbufs + ((i+1) * sizeof(struct slgt_desc))); in alloc_desc()3292 info->tbufs[i].pdesc = pbufs + ((info->rbuf_count + i) * sizeof(struct slgt_desc)); in alloc_desc()3296 info->tbufs[i].next = cpu_to_le32(pbufs + info->rbuf_count * sizeof(struct slgt_desc)); in alloc_desc()[all …]