Searched refs:Mdts (Results 1 – 5 of 5) sorted by relevance
198 if (Private->ControllerData->Mdts != 0) { in NvmeRead()199 …MaxTransferBlocks = (1 << (Private->ControllerData->Mdts)) * (1 << (Private->Cap.Mpsmin + 12)) / B… in NvmeRead()276 if (Private->ControllerData->Mdts != 0) { in NvmeWrite()277 …MaxTransferBlocks = (1 << (Private->ControllerData->Mdts)) * (1 << (Private->Cap.Mpsmin + 12)) / B… in NvmeWrite()744 if (Private->ControllerData->Mdts != 0) { in NvmeAsyncRead()745 …MaxTransferBlocks = (1 << (Private->ControllerData->Mdts)) * (1 << (Private->Cap.Mpsmin + 12)) / B… in NvmeAsyncRead()863 if (Private->ControllerData->Mdts != 0) { in NvmeAsyncWrite()864 …MaxTransferBlocks = (1 << (Private->ControllerData->Mdts)) * (1 << (Private->Cap.Mpsmin + 12)) / B… in NvmeAsyncWrite()
436 if (Private->ControllerData->Mdts != 0) { in NvmExpressPassThru()437 MaxTransLen = (1 << (Private->ControllerData->Mdts)) * in NvmExpressPassThru()
387 UINT8 Mdts; /* Maximum Data Transfer Size */ member
2085 if (Nvme->ControllerData->Mdts != 0) { in NvmeRead()2086 …MaxTransferBlocks = (1 << (Nvme->ControllerData->Mdts)) * (1 << (Nvme->Cap.Mpsmin + 12)) / BlockSi… in NvmeRead()2140 if (Nvme->ControllerData->Mdts != 0) { in NvmeWrite()2141 …MaxTransferBlocks = (1 << (Nvme->ControllerData->Mdts)) * (1 << (Nvme->Cap.Mpsmin + 12)) / BlockSi… in NvmeWrite()
339 UINT8 Mdts; /* Maximum Data Transfer Size */ member