Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/block/
H A Dxen-blkfront.c2369 unsigned int indirect_segments; in blkfront_gather_backend_features() local
2406 indirect_segments = xenbus_read_unsigned(info->xbdev->otherend, in blkfront_gather_backend_features()
2408 if (indirect_segments > xen_blkif_max_segments) in blkfront_gather_backend_features()
2409 indirect_segments = xen_blkif_max_segments; in blkfront_gather_backend_features()
2410 if (indirect_segments <= BLKIF_MAX_SEGMENTS_PER_REQUEST) in blkfront_gather_backend_features()
2411 indirect_segments = 0; in blkfront_gather_backend_features()
2412 info->max_indirect_segments = indirect_segments; in blkfront_gather_backend_features()
/kernel/linux/linux-6.6/drivers/block/
H A Dxen-blkfront.c2258 unsigned int indirect_segments; in blkfront_gather_backend_features() local
2295 indirect_segments = xenbus_read_unsigned(info->xbdev->otherend, in blkfront_gather_backend_features()
2297 if (indirect_segments > xen_blkif_max_segments) in blkfront_gather_backend_features()
2298 indirect_segments = xen_blkif_max_segments; in blkfront_gather_backend_features()
2299 if (indirect_segments <= BLKIF_MAX_SEGMENTS_PER_REQUEST) in blkfront_gather_backend_features()
2300 indirect_segments = 0; in blkfront_gather_backend_features()
2301 info->max_indirect_segments = indirect_segments; in blkfront_gather_backend_features()

Completed in 8 milliseconds