Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/block/
H A Dxen-blkfront.c2368 unsigned int indirect_segments; in blkfront_gather_backend_features() local
2405 indirect_segments = xenbus_read_unsigned(info->xbdev->otherend, in blkfront_gather_backend_features()
2407 if (indirect_segments > xen_blkif_max_segments) in blkfront_gather_backend_features()
2408 indirect_segments = xen_blkif_max_segments; in blkfront_gather_backend_features()
2409 if (indirect_segments <= BLKIF_MAX_SEGMENTS_PER_REQUEST) in blkfront_gather_backend_features()
2410 indirect_segments = 0; in blkfront_gather_backend_features()
2411 info->max_indirect_segments = indirect_segments; in blkfront_gather_backend_features()