Name

blk_queue_max_hw_sectors — set max sectors for a request for this queue

Synopsis

void blk_queue_max_hw_sectors (struct request_queue * q,
 unsigned int max_hw_sectors);
 

Arguments

q

the request queue for the device

max_hw_sectors

max hardware sectors in the usual 512b unit

Description

See description for blk_limits_max_hw_sectors.