Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dfapi_data_process.cpp421 cdg_tgt.guard_type); in convertFAPItoPELformat()
437 jsonCalloutData["GuardType"] = cdg_tgt.guard_type; in convertFAPItoPELformat()
/openbmc/openpower-proc-control/extensions/phal/
H A Dphal_error.cpp702 cdg_tgt.guard_type); in processBootErrorHelper()
719 jsonCalloutData["GuardType"] = cdg_tgt.guard_type; in processBootErrorHelper()
/openbmc/linux/drivers/nvme/host/
H A Dcore.c823 switch (ns->guard_type) { in nvme_set_ref_tag()
1656 switch (ns->guard_type) { in nvme_init_integrity()
1674 switch (ns->guard_type) { in nvme_init_integrity()
1758 ns->guard_type = NVME_NVM_NS_16B_GUARD; in nvme_init_ms()
1781 ns->guard_type = nvme_elbaf_guard_type(elbaf); in nvme_init_ms()
1782 switch (ns->guard_type) { in nvme_init_ms()
H A Dnvme.h512 u8 guard_type; member