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

/freebsd-13-stable/sys/dev/xen/blkback/
H A Dblkback.c169 #define XBB_MAX_SEGMENTS_PER_REQLIST XBB_MAX_SEGMENTS_PER_REQUEST macro
502 struct iovec xiovecs[XBB_MAX_SEGMENTS_PER_REQLIST];
514 struct iovec saved_xiovecs[XBB_MAX_SEGMENTS_PER_REQLIST];
525 void *xiovecs_vaddr[XBB_MAX_SEGMENTS_PER_REQLIST];
733 struct xbb_sg xbb_sgs[XBB_MAX_SEGMENTS_PER_REQLIST];
737 * XBB_MAX_SEGMENTS_PER_REQLIST gets large, keeping this on the
740 struct gnttab_map_grant_ref maps[XBB_MAX_SEGMENTS_PER_REQLIST];
1087 struct gnttab_unmap_grant_ref unmap[XBB_MAX_SEGMENTS_PER_REQLIST];
1675 XBB_MAX_SEGMENTS_PER_REQLIST,
1678 XBB_MAX_SEGMENTS_PER_REQLIST));
[all...]

Completed in 105 milliseconds