1BLK_QUEUE_BOUNCE_LIM(9) Block Devices BLK_QUEUE_BOUNCE_LIM(9)
2
3
4
6 blk_queue_bounce_limit - set bounce buffer limit for queue
7
9 void blk_queue_bounce_limit(struct request_queue * q, u64 dma_mask);
10
12 q
13 the request queue for the device
14
15 dma_mask
16 the maximum address the device can handle
17
19 Different hardware can have different requirements as to what pages it
20 can do I/O directly to. A low level driver can call
21 blk_queue_bounce_limit to have lower memory pages allocated as bounce
22 buffers for doing I/O to pages residing above dma_mask.
23
25Kernel Hackers Manual 3.10 June 2019 BLK_QUEUE_BOUNCE_LIM(9)