Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/host/
H A Dpci.c143 bool hmb; member
2059 dev->hmb = bits & NVME_HOST_MEM_ENABLE; in nvme_set_host_mem()
2294 return sysfs_emit(buf, "%d\n", ndev->hmb); in hmb_show()
2307 if (new == ndev->hmb) in hmb_store()
2323 static DEVICE_ATTR_RW(hmb);
3482 if (ndev->hmb) { in nvme_suspend()