Home
last modified time | relevance | path

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

/linux/Documentation/ABI/stable/
H A Dsysfs-nvme124 What: /sys/class/nvme/nvmeX/hmb
136 hmb: Shows or sets whether the Host Memory Buffer (HMB) is
/linux/drivers/nvme/host/
H A Dpci.c318 bool hmb; member
2559 dev->hmb = bits & NVME_HOST_MEM_ENABLE; in nvme_set_host_mem()
2796 return sysfs_emit(buf, "%d\n", ndev->hmb); in hmb_show()
2809 if (new == ndev->hmb) in hmb_store()
2825 static DEVICE_ATTR_RW(hmb);
3996 if (ndev->hmb) { in nvme_suspend()