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

/linux-master/drivers/nvme/host/
H A Dcore.c3209 if (id->mdts)
3210 max_hw_sectors = nvme_mps_to_sectors(ctrl, id->mdts);
4060 * such scenario. Controller's non-mdts limits are reported in the unit
4067 "reading non-mdts-limits failed: %d\n", ret);
/linux-master/drivers/nvme/target/
H A Dadmin-cmd.c395 id->mdts = ctrl->ops->get_mdts(ctrl);
397 id->mdts = 0;
H A Ddiscovery.c279 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.h623 * @mdts: Maximum data transfer size
631 u32 mdts; member in struct:tgt_dev_pcie
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);
/linux-master/include/linux/
H A Dnvme.h284 __u8 mdts; member in struct:nvme_id_ctrl

Completed in 254 milliseconds