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

/freebsd-current/sys/dev/xen/blkback/
H A Dblkback.c146 #define XBB_MAX_SEGMENTS_PER_REQLIST XBB_MAX_SEGMENTS_PER_REQUEST macro
471 struct iovec xiovecs[XBB_MAX_SEGMENTS_PER_REQLIST];
678 struct xbb_sg xbb_sgs[XBB_MAX_SEGMENTS_PER_REQLIST];
682 * XBB_MAX_SEGMENTS_PER_REQLIST gets large, keeping this on the
685 struct gnttab_map_grant_ref maps[XBB_MAX_SEGMENTS_PER_REQLIST];
1009 struct gnttab_unmap_grant_ref unmap[XBB_MAX_SEGMENTS_PER_REQLIST];
1582 XBB_MAX_SEGMENTS_PER_REQLIST,
1585 XBB_MAX_SEGMENTS_PER_REQLIST));
1971 struct bio *bios[XBB_MAX_SEGMENTS_PER_REQLIST];
3148 xbb->max_requests, XBB_MAX_SEGMENTS_PER_REQLIST);
[all...]

Completed in 72 milliseconds