Searched refs:guard_type (Results 1 – 2 of 2) sorted by relevance
921 switch (ns->head->guard_type) { in nvme_set_ref_tag()1845 switch (head->guard_type) { in nvme_init_integrity()1862 switch (head->guard_type) { in nvme_init_integrity()1928 u8 guard_type; in nvme_configure_pi_elbas() local1934 guard_type = nvme_elbaf_guard_type(elbaf); in nvme_configure_pi_elbas()1936 guard_type == NVME_NVM_NS_QTYPE_GUARD) in nvme_configure_pi_elbas()1937 guard_type = nvme_elbaf_qualified_guard_type(elbaf); in nvme_configure_pi_elbas()1939 head->guard_type = guard_type; in nvme_configure_pi_elbas()1940 switch (head->guard_type) { in nvme_configure_pi_elbas()1967 head->guard_type = NVME_NVM_NS_16B_GUARD; in nvme_configure_metadata()
533 u8 guard_type; member