Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/nvme/host/
Dpci.c3339 NVME_QUIRK_DEALLOCATE_ZEROES, },
3342 NVME_QUIRK_DEALLOCATE_ZEROES, },
3345 NVME_QUIRK_DEALLOCATE_ZEROES |
3350 NVME_QUIRK_DEALLOCATE_ZEROES, },
Dnvme.h73 NVME_QUIRK_DEALLOCATE_ZEROES = (1 << 2), enumerator
Dcore.c866 if (ns->ctrl->quirks & NVME_QUIRK_DEALLOCATE_ZEROES) in nvme_setup_write_zeroes()
1749 if (ctrl->quirks & NVME_QUIRK_DEALLOCATE_ZEROES) in nvme_config_discard()