Searched refs:NVME_MAX_DSM_TRIM (Results 1 – 2 of 2) sorted by relevance
2621 range = calloc(1, NVME_MAX_DSM_TRIM); in nvme_opc_dataset_mgmt()2623 _Static_assert(NVME_MAX_DSM_TRIM % sizeof(struct nvme_dsm_range) == 0, in nvme_opc_dataset_mgmt()2625 range = calloc(NVME_MAX_DSM_TRIM / sizeof (*range), sizeof (*range)); in nvme_opc_dataset_mgmt()2632 (uint8_t *)range, NVME_MAX_DSM_TRIM, NVME_COPY_FROM_PRP); in nvme_opc_dataset_mgmt()
886 #define NVME_MAX_DSM_TRIM 4096 macro