1. NAME

blk_queue_max_hw_sectors - set max sectors for a request for this queue

2. SYNOPSIS

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

3. ARGUMENTS

q
    the request queue for the device

max_hw_sectors
    max hardware sectors in the usual 512b unit

4. DESCRIPTION

See description for blk_limits_max_hw_sectors.

5. COPYRIGHT