Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
DDAC960.h513 unsigned short MaxBlocksPerCommand; /* Bytes 100-101 */ member
2295 unsigned short MaxBlocksPerCommand; member
DDAC960.c1719 Controller->MaxBlocksPerCommand = Enquiry2->MaxBlocksPerCommand; in DAC960_V1_ReadControllerConfiguration()
1855 Controller->MaxBlocksPerCommand = in DAC960_V2_ReadControllerConfiguration()
1936 Controller->MaxBlocksPerCommand); in DAC960_ReportControllerConfiguration()
2546 blk_queue_max_hw_sectors(RequestQueue, Controller->MaxBlocksPerCommand); in DAC960_RegisterBlockDevice()