blk_queue_max_hw_sectors(9) 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.

COPYRIGHT