Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/nvme/
H A Dnvme.c862 if (dev->quirks & NVME_QUIRK_DEALLOCATE_ZEROES) in nvme_blk_write_zeroes()
905 .driver_data = NVME_QUIRK_DEALLOCATE_ZEROES, },
907 .driver_data = NVME_QUIRK_DEALLOCATE_ZEROES, },
909 .driver_data = NVME_QUIRK_DEALLOCATE_ZEROES },
911 .driver_data = NVME_QUIRK_DEALLOCATE_ZEROES, },
H A Dnvme.h638 NVME_QUIRK_DEALLOCATE_ZEROES = (1 << 2), enumerator