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.c2326 u8 acre = 0, lbafee = 0; in nvme_configure_host_options() local
2333 lbafee = NVME_ENABLE_LBAFEE; in nvme_configure_host_options()
2335 if (!acre && !lbafee) in nvme_configure_host_options()
2343 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.h1334 uint8_t lbafee; member
/openbmc/qemu/hw/nvme/
H A Dctrl.c6280 if (!n->features.hbs.lbafee) { in nvme_set_feature()
6617 if (n->features.hbs.lbafee) { in nvme_format()