Home
last modified time | relevance | path

Searched refs:NVME_MAX_SEGS (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/nvme/host/
H A Dapple.c84 #define NVME_MAX_SEGS 127 macro
361 sizeof(struct scatterlist) * NVME_MAX_SEGS; in apple_nvme_iod_alloc_size()
1107 anv->ctrl.max_segments = NVME_MAX_SEGS; in apple_nvme_reset_work()
H A Dpci.c50 #define NVME_MAX_SEGS \ macro
3321 size_t alloc_size = sizeof(struct nvme_dma_vec) * NVME_MAX_SEGS; in nvme_pci_alloc_iod_mempool()
3700 dev->ctrl.max_segments = NVME_MAX_SEGS; in nvme_pci_alloc_dev()