Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/host/
H A Dnvme.h497 NVME_NS_EXT_LBAS = 1 << 0, /* support extended LBA format */ enumerator
H A Dioctl.c310 if (ns->features & NVME_NS_EXT_LBAS) { in nvme_submit_io()
H A Dcore.c1810 ns->features &= ~(NVME_NS_METADATA_SUPPORTED | NVME_NS_EXT_LBAS); in nvme_configure_metadata()
1823 ns->features |= NVME_NS_EXT_LBAS; in nvme_configure_metadata()
1844 ns->features |= NVME_NS_EXT_LBAS; in nvme_configure_metadata()