Home
last modified time | relevance | path

Searched refs:hmmaxd (Results 1 – 3 of 3) sorted by relevance

/drivers/nvme/host/
Dnvme.h365 u16 hmmaxd; member
Dpci.c2030 if (dev->ctrl.hmmaxd && dev->ctrl.hmmaxd < max_entries) in __nvme_alloc_host_mem()
2031 max_entries = dev->ctrl.hmmaxd; in __nvme_alloc_host_mem()
Dcore.c3319 ctrl->hmmaxd = le16_to_cpu(id->hmmaxd); in nvme_init_identify()