Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/host/
H A Dpci.c3351 NVME_QUIRK_DEALLOCATE_ZEROES, },
3354 NVME_QUIRK_DEALLOCATE_ZEROES, },
3357 NVME_QUIRK_DEALLOCATE_ZEROES |
3362 NVME_QUIRK_DEALLOCATE_ZEROES, },
H A Dnvme.h73 NVME_QUIRK_DEALLOCATE_ZEROES = (1 << 2), enumerator
H A Dcore.c845 if (ns->ctrl->quirks & NVME_QUIRK_DEALLOCATE_ZEROES) in nvme_setup_write_zeroes()
1728 if (ctrl->quirks & NVME_QUIRK_DEALLOCATE_ZEROES) in nvme_config_discard()