Searched refs:first_sect (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/xen/interface/io/
H A Dblkif.h631 * NB. 'first_sect' and 'last_sect' in blkif_request_segment, as well as
639 /* @first_sect: first sector in frame to transfer (inclusive). */
641 uint8_t first_sect, last_sect; member in struct:blkif_request_segment
/freebsd-13-stable/sys/dev/xen/blkback/
H A Dblkback.c466 uint8_t first_sect; member in struct:xbb_sg
1680 xbb_sg->first_sect = sg->first_sect;
1684 sg->first_sect + 1);
1796 ring_req->seg[i].first_sect + 1);
2119 && (xbb_sg->first_sect != 0)) {
2154 xbb_sg->first_sect);
2298 if (xbb_sg->first_sect != 0)
2304 seg_idx, xbb_sg->first_sect);
2315 xbb_sg->first_sect);
[all...]
/freebsd-13-stable/sys/dev/xen/blkfront/
H A Dblkfront.c203 .first_sect = fsect,

Completed in 94 milliseconds