Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/drivers/nvme/host/
Dnvme.h66 NVME_QUIRK_DEALLOCATE_ZEROES = (1 << 2), enumerator
Dpci.c2687 NVME_QUIRK_DEALLOCATE_ZEROES, },
2690 NVME_QUIRK_DEALLOCATE_ZEROES, },
2693 NVME_QUIRK_DEALLOCATE_ZEROES, },
2696 NVME_QUIRK_DEALLOCATE_ZEROES, },
Dcore.c1501 if (ctrl->quirks & NVME_QUIRK_DEALLOCATE_ZEROES) in nvme_config_discard()
/kernel/linux/linux-5.10/drivers/nvme/host/
Dnvme.h78 NVME_QUIRK_DEALLOCATE_ZEROES = (1 << 2), enumerator
Dpci.c3195 NVME_QUIRK_DEALLOCATE_ZEROES, },
3198 NVME_QUIRK_DEALLOCATE_ZEROES, },
3201 NVME_QUIRK_DEALLOCATE_ZEROES, },
3204 NVME_QUIRK_DEALLOCATE_ZEROES, },
Dcore.c724 if (ns->ctrl->quirks & NVME_QUIRK_DEALLOCATE_ZEROES) in nvme_setup_write_zeroes()
1879 if (ctrl->quirks & NVME_QUIRK_DEALLOCATE_ZEROES) in nvme_config_discard()