Searched refs:guard_type (Results 1 – 2 of 2) sorted by relevance
899 switch (ns->head->guard_type) { in nvme_set_ref_tag()1813 switch (head->guard_type) { in nvme_init_integrity()1830 switch (head->guard_type) { in nvme_init_integrity()1912 u8 guard_type; in nvme_configure_pi_elbas() local1918 guard_type = nvme_elbaf_guard_type(elbaf); in nvme_configure_pi_elbas()1920 guard_type == NVME_NVM_NS_QTYPE_GUARD) in nvme_configure_pi_elbas()1921 guard_type = nvme_elbaf_qualified_guard_type(elbaf); in nvme_configure_pi_elbas()1923 head->guard_type = guard_type; in nvme_configure_pi_elbas()1924 switch (head->guard_type) { in nvme_configure_pi_elbas()1951 head->guard_type = NVME_NVM_NS_16B_GUARD; in nvme_configure_metadata()
479 u8 guard_type; member