Home
last modified time | relevance | path

Searched refs:MaxBlocksPerCommand (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/block/
DDAC960.h513 unsigned short MaxBlocksPerCommand; /* Bytes 100-101 */ member
2295 unsigned short MaxBlocksPerCommand; member
DDAC960.c1721 Controller->MaxBlocksPerCommand = Enquiry2->MaxBlocksPerCommand; in DAC960_V1_ReadControllerConfiguration()
1857 Controller->MaxBlocksPerCommand = in DAC960_V2_ReadControllerConfiguration()
1938 Controller->MaxBlocksPerCommand); in DAC960_ReportControllerConfiguration()
2545 blk_queue_max_hw_sectors(RequestQueue, Controller->MaxBlocksPerCommand); in DAC960_RegisterBlockDevice()