Searched defs:sgs (Results 1 - 1 of 1) sorted by relevance

/net/9p/
H A Dtrans_virtio.c270 struct scatterlist *sgs[2]; local
283 sgs[out_sgs++] = chan->sg;
288 sgs[out_sgs + in_sgs++] = chan->sg + out;
290 err = virtqueue_add_sgs(chan->vq, sgs, out_sgs, in_sgs, req->tc,
373 struct scatterlist *sgs[4]; local
422 sgs[out_sgs++] = chan->sg;
425 sgs[out_sgs++] = chan->sg + out;
440 sgs[out_sgs + in_sgs++] = chan->sg + out;
443 sgs[out_sgs + in_sgs++] = chan->sg + out + in;
448 BUG_ON(out_sgs + in_sgs > ARRAY_SIZE(sgs));
[all...]

Completed in 3 milliseconds