Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dpci.c3216 NVME_QUIRK_DISABLE_WRITE_ZEROES, },
3221 NVME_QUIRK_DISABLE_WRITE_ZEROES |
3240 NVME_QUIRK_DISABLE_WRITE_ZEROES|
3267 .driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
3269 .driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
H A Dnvme.h114 NVME_QUIRK_DISABLE_WRITE_ZEROES = (1 << 9), enumerator
H A Dcore.c1949 !(ctrl->quirks & NVME_QUIRK_DISABLE_WRITE_ZEROES)) in nvme_config_write_zeroes()