Set max sectors for a request for this queue
void blk_queue_max_hw_sectors(struct request_queue * q, unsigned int max_hw_sectors);
q
the request queue for the device
max_hw_sectors
max hardware sectors in the usual 512b unit
See description for blk_limits_max_hw_sectors.