Searched refs:NVME_QUIRK_DEALLOCATE_ZEROES (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | nvme.h | 78 NVME_QUIRK_DEALLOCATE_ZEROES = (1 << 2), enumerator
|
H A D | pci.c | 3178 NVME_QUIRK_DEALLOCATE_ZEROES, }, 3181 NVME_QUIRK_DEALLOCATE_ZEROES, }, 3184 NVME_QUIRK_DEALLOCATE_ZEROES | 3189 NVME_QUIRK_DEALLOCATE_ZEROES, },
|
H A D | core.c | 752 if (ns->ctrl->quirks & NVME_QUIRK_DEALLOCATE_ZEROES) in nvme_setup_write_zeroes() 1925 if (ctrl->quirks & NVME_QUIRK_DEALLOCATE_ZEROES) in nvme_config_discard()
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | pci.c | 3339 NVME_QUIRK_DEALLOCATE_ZEROES, }, 3342 NVME_QUIRK_DEALLOCATE_ZEROES, }, 3345 NVME_QUIRK_DEALLOCATE_ZEROES | 3350 NVME_QUIRK_DEALLOCATE_ZEROES, },
|
H A D | nvme.h | 73 NVME_QUIRK_DEALLOCATE_ZEROES = (1 << 2), enumerator
|
H A D | core.c | 866 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()
|
Completed in 30 milliseconds