NVME_DSM_MAX_RANGES
lim->max_discard_segments = NVME_DSM_MAX_RANGES;
BUILD_BUG_ON(NVME_DSM_MAX_RANGES * sizeof(struct nvme_dsm_range) >
static const size_t alloc_size = sizeof(*range) * NVME_DSM_MAX_RANGES;