Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dcore.c916 switch (ns->head->guard_type) { in nvme_set_ref_tag()
1840 switch (head->guard_type) { in nvme_init_integrity()
1857 switch (head->guard_type) { in nvme_init_integrity()
1942 u8 guard_type; in nvme_configure_pi_elbas() local
1948 guard_type = nvme_elbaf_guard_type(elbaf); in nvme_configure_pi_elbas()
1950 guard_type == NVME_NVM_NS_QTYPE_GUARD) in nvme_configure_pi_elbas()
1951 guard_type = nvme_elbaf_qualified_guard_type(elbaf); in nvme_configure_pi_elbas()
1953 head->guard_type = guard_type; in nvme_configure_pi_elbas()
1954 switch (head->guard_type) { in nvme_configure_pi_elbas()
1981 head->guard_type = NVME_NVM_NS_16B_GUARD; in nvme_configure_metadata()