Searched hist:"66 cb45aa" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/block/ |
H A D | blk-merge.c | 66cb45aa Tue Jun 24 17:22:24 CDT 2014 Jens Axboe <axboe@fb.com> block: add support for limiting gaps in SG lists
Another restriction inherited for NVMe - those devices don't support SG lists that have "gaps" in them. Gaps refers to cases where the previous SG entry doesn't end on a page boundary. For NVMe, all SG entries must start at offset 0 (except the first) and end on a page boundary (except the last).
Signed-off-by: Jens Axboe <axboe@fb.com> 66cb45aa Tue Jun 24 17:22:24 CDT 2014 Jens Axboe <axboe@fb.com> block: add support for limiting gaps in SG lists Another restriction inherited for NVMe - those devices don't support SG lists that have "gaps" in them. Gaps refers to cases where the previous SG entry doesn't end on a page boundary. For NVMe, all SG entries must start at offset 0 (except the first) and end on a page boundary (except the last). Signed-off-by: Jens Axboe <axboe@fb.com>
|
H A D | bio.c | 66cb45aa Tue Jun 24 17:22:24 CDT 2014 Jens Axboe <axboe@fb.com> block: add support for limiting gaps in SG lists
Another restriction inherited for NVMe - those devices don't support SG lists that have "gaps" in them. Gaps refers to cases where the previous SG entry doesn't end on a page boundary. For NVMe, all SG entries must start at offset 0 (except the first) and end on a page boundary (except the last).
Signed-off-by: Jens Axboe <axboe@fb.com> 66cb45aa Tue Jun 24 17:22:24 CDT 2014 Jens Axboe <axboe@fb.com> block: add support for limiting gaps in SG lists Another restriction inherited for NVMe - those devices don't support SG lists that have "gaps" in them. Gaps refers to cases where the previous SG entry doesn't end on a page boundary. For NVMe, all SG entries must start at offset 0 (except the first) and end on a page boundary (except the last). Signed-off-by: Jens Axboe <axboe@fb.com>
|
/openbmc/linux/include/linux/ |
H A D | bio.h | 66cb45aa Tue Jun 24 17:22:24 CDT 2014 Jens Axboe <axboe@fb.com> block: add support for limiting gaps in SG lists
Another restriction inherited for NVMe - those devices don't support SG lists that have "gaps" in them. Gaps refers to cases where the previous SG entry doesn't end on a page boundary. For NVMe, all SG entries must start at offset 0 (except the first) and end on a page boundary (except the last).
Signed-off-by: Jens Axboe <axboe@fb.com> 66cb45aa Tue Jun 24 17:22:24 CDT 2014 Jens Axboe <axboe@fb.com> block: add support for limiting gaps in SG lists Another restriction inherited for NVMe - those devices don't support SG lists that have "gaps" in them. Gaps refers to cases where the previous SG entry doesn't end on a page boundary. For NVMe, all SG entries must start at offset 0 (except the first) and end on a page boundary (except the last). Signed-off-by: Jens Axboe <axboe@fb.com>
|
H A D | blkdev.h | 66cb45aa Tue Jun 24 17:22:24 CDT 2014 Jens Axboe <axboe@fb.com> block: add support for limiting gaps in SG lists
Another restriction inherited for NVMe - those devices don't support SG lists that have "gaps" in them. Gaps refers to cases where the previous SG entry doesn't end on a page boundary. For NVMe, all SG entries must start at offset 0 (except the first) and end on a page boundary (except the last).
Signed-off-by: Jens Axboe <axboe@fb.com> 66cb45aa Tue Jun 24 17:22:24 CDT 2014 Jens Axboe <axboe@fb.com> block: add support for limiting gaps in SG lists Another restriction inherited for NVMe - those devices don't support SG lists that have "gaps" in them. Gaps refers to cases where the previous SG entry doesn't end on a page boundary. For NVMe, all SG entries must start at offset 0 (except the first) and end on a page boundary (except the last). Signed-off-by: Jens Axboe <axboe@fb.com>
|