Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/nvme/host/
Dpci.c3214 NVME_QUIRK_DISABLE_WRITE_ZEROES, },
3219 NVME_QUIRK_DISABLE_WRITE_ZEROES |
3238 NVME_QUIRK_DISABLE_WRITE_ZEROES|
3263 .driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
3265 .driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
Dnvme.h114 NVME_QUIRK_DISABLE_WRITE_ZEROES = (1 << 9), enumerator
Dcore.c1929 !(ctrl->quirks & NVME_QUIRK_DISABLE_WRITE_ZEROES)) in nvme_config_write_zeroes()