Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/nvme/host/
Dnvme.h114 NVME_QUIRK_DISABLE_WRITE_ZEROES = (1 << 9), enumerator
Dpci.c3185 NVME_QUIRK_DISABLE_WRITE_ZEROES, },
3190 NVME_QUIRK_DISABLE_WRITE_ZEROES, },
3217 .driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
3219 .driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
Dcore.c1869 (ns->ctrl->quirks & NVME_QUIRK_DISABLE_WRITE_ZEROES)) in nvme_config_write_zeroes()