Searched refs:guard_type (Results 1 – 2 of 2) sorted by relevance
944 switch (ns->head->guard_type) { in nvme_set_ref_tag()1874 switch (head->guard_type) { in nvme_init_integrity()1891 switch (head->guard_type) { in nvme_init_integrity()1957 u8 guard_type; in nvme_configure_pi_elbas() local1963 guard_type = nvme_elbaf_guard_type(elbaf); in nvme_configure_pi_elbas()1965 guard_type == NVME_NVM_NS_QTYPE_GUARD) in nvme_configure_pi_elbas()1966 guard_type = nvme_elbaf_qualified_guard_type(elbaf); in nvme_configure_pi_elbas()1968 head->guard_type = guard_type; in nvme_configure_pi_elbas()1969 switch (head->guard_type) { in nvme_configure_pi_elbas()1996 head->guard_type = NVME_NVM_NS_16B_GUARD; in nvme_configure_metadata()
550 u8 guard_type; member