Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/nvme/host/
Dpci.c143 bool hmb; member
1949 dev->hmb = bits & NVME_HOST_MEM_ENABLE; in nvme_set_host_mem()
2143 return sysfs_emit(buf, "%d\n", ndev->hmb); in hmb_show()
2156 if (new == ndev->hmb) in hmb_store()
2172 static DEVICE_ATTR_RW(hmb);
3305 if (ndev->hmb) { in nvme_suspend()