Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/blkback/
H A Dblkback.c429 struct xbb_sg { struct
680 struct xbb_sg xbb_sgs[XBB_MAX_SEGMENTS_PER_REQLIST];
1464 struct xbb_sg *xbb_sg; in xbb_dispatch_io() local
1557 xbb_sg = xbb->xbb_sgs; in xbb_dispatch_io()
1591 xbb_sg->first_sect = sg->first_sect; in xbb_dispatch_io()
1592 xbb_sg->last_sect = sg->last_sect; in xbb_dispatch_io()
1593 xbb_sg->nsect = in xbb_dispatch_io()
1598 || (xbb_sg->nsect <= 0)) { in xbb_dispatch_io()
1603 nr_sects += xbb_sg->nsect; in xbb_dispatch_io()
1620 xbb_sg++; in xbb_dispatch_io()
[all …]