Home
last modified time | relevance | path

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

/freebsd/sys/contrib/xen/io/
H A Dblkif.h641 uint8_t first_sect, last_sect; member
/freebsd/sys/dev/xen/blkback/
H A Dblkback.c443 uint8_t last_sect; member
1592 xbb_sg->last_sect = sg->last_sect; in xbb_dispatch_io()
1594 (int8_t)(sg->last_sect - in xbb_dispatch_io()
1597 if ((sg->last_sect >= (PAGE_SIZE >> 9)) in xbb_dispatch_io()
1705 nsect = (int8_t)(ring_req->seg[i].last_sect - in xbb_count_sects()
2074 if (xbb_sg->last_sect != (PAGE_SIZE - 512) >> 9) { in xbb_dispatch_dev()
2213 if (xbb_sg->last_sect != (PAGE_SIZE - 512) >> 9) in xbb_dispatch_file()
/freebsd/sys/dev/xen/blkfront/
H A Dblkfront.c201 .last_sect = lsect in xbd_mksegarray()