Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/host/
H A Dcore.c2332 u8 acre = 0, lbafee = 0; in nvme_configure_host_options() local
2339 lbafee = NVME_ENABLE_LBAFEE; in nvme_configure_host_options()
2341 if (!acre && !lbafee) in nvme_configure_host_options()
2349 host->lbafee = lbafee; in nvme_configure_host_options()
/openbmc/linux/include/linux/
H A Dnvme.h1125 __u8 lbafee; member
/openbmc/qemu/include/block/
H A Dnvme.h1353 uint8_t lbafee; member
/openbmc/qemu/hw/nvme/
H A Dctrl.c6585 if (!n->features.hbs.lbafee) { in nvme_set_feature()
6938 if (n->features.hbs.lbafee) { in nvme_format()