Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/target/
H A Dio-cmd-file.c313 case NVME_DSMGMT_AD: in nvmet_file_dsm_work()
H A Dio-cmd-bdev.c414 case NVME_DSMGMT_AD: in nvmet_bdev_execute_dsm()
/openbmc/u-boot/drivers/nvme/
H A Dnvme.h296 NVME_DSMGMT_AD = 1 << 2, enumerator
/openbmc/linux/include/linux/
H A Dnvme.h1023 NVME_DSMGMT_AD = 1 << 2, enumerator
/openbmc/qemu/include/block/
H A Dnvme.h790 NVME_DSMGMT_AD = 1 << 2, enumerator
/openbmc/linux/drivers/nvme/host/
H A Dcore.c808 cmnd->dsm.attributes = cpu_to_le32(NVME_DSMGMT_AD); in nvme_setup_discard()
/openbmc/qemu/hw/nvme/
H A Dctrl.c2637 if (attr & NVME_DSMGMT_AD) { in nvme_dsm()