Searched refs:mdts (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/nvme/target/
H A Ddiscovery.c279 id->mdts = 0;
H A Dadmin-cmd.c395 id->mdts = ctrl->ops->get_mdts(ctrl);
397 id->mdts = 0;
H A Dpassthru.c103 * ensure mdts is limited to the pages equal to the number of segments.
110 * the mdts based on BIO_MAX_VECS as well
117 id->mdts = ilog2(max_hw_sectors) + 9 - page_shift;
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c1017 tgtdev->dev_spec.pcie_inf.mdts / 512);
1214 tgtdev->dev_spec.pcie_inf.mdts = MPI3MR_DEFAULT_MDTS;
1218 tgtdev->dev_spec.pcie_inf.mdts =
1228 if (tgtdev->dev_spec.pcie_inf.mdts > (1024 * 1024))
1229 tgtdev->dev_spec.pcie_inf.mdts = (1024 * 1024);
4442 tgt_dev->dev_spec.pcie_inf.mdts / 512);
H A Dmpi3mr.h623 * @mdts: Maximum data transfer size
631 u32 mdts; member in struct:tgt_dev_pcie
/linux-master/include/linux/
H A Dnvme.h284 __u8 mdts; member in struct:nvme_id_ctrl
/linux-master/drivers/nvme/host/
H A Dcore.c3230 if (id->mdts)
3231 max_hw_sectors = nvme_mps_to_sectors(ctrl, id->mdts);
4081 * such scenario. Controller's non-mdts limits are reported in the unit
4088 "reading non-mdts-limits failed: %d\n", ret);

Completed in 252 milliseconds