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

/freebsd-12-stable/sys/xen/interface/io/
H A Dblkif.h554 * NB. first_sect and last_sect in blkif_request_segment, as well as
563 /* @first_sect: first sector in frame to transfer (inclusive). */
565 uint8_t first_sect, last_sect; member in struct:blkif_request_segment
/freebsd-12-stable/sys/dev/xen/blkback/
H A Dblkback.c466 uint8_t first_sect; member in struct:xbb_sg
1687 xbb_sg->first_sect = sg->first_sect;
1691 sg->first_sect + 1);
1805 ring_req->seg[i].first_sect + 1);
2130 && (xbb_sg->first_sect != 0)) {
2165 xbb_sg->first_sect);
2311 if (xbb_sg->first_sect != 0)
2317 seg_idx, xbb_sg->first_sect);
2328 xbb_sg->first_sect);
[all...]
/freebsd-12-stable/sys/dev/xen/blkfront/
H A Dblkfront.c202 .first_sect = fsect,

Completed in 509 milliseconds