Lines Matching refs:nvme_print

165 nvme_print(int indent, char *name, int index, const char *fmt, ...)  in nvme_print()  function
216 nvme_print(indent, name, index, "%.*s", nvme_strlen(value, len), value); in nvme_print_str()
229 nvme_print(indent, name, -1, "%.*g%s", places, value, unit); in nvme_print_double()
251 nvme_print(indent, name, -1, tmp_fmt, value, unit); in nvme_print_uint64()
333 nvme_print(indent, name, -1, "%"PRId64"%s", rem, unit); in nvme_print_uint128()
352 nvme_print(indent, name, -1, "%.*s%0.*"PRId64"%s", in nvme_print_uint128()
369 nvme_print(indent, name, -1, "%s", value ? s_true : s_false); in nvme_print_bit()
419 nvme_print(0, "Identify Controller", -1, NULL); in nvme_print_identify_ctrl()
420 nvme_print(2, "Controller Capabilities and Features", -1, NULL); in nvme_print_identify_ctrl()
434 nvme_print(4, "Vendor IEEE OUI", -1, "%0.2X-%0.2X-%0.2X", in nvme_print_identify_ctrl()
437 nvme_print(4, "Multi-Interface Capabilities", -1, NULL); in nvme_print_identify_ctrl()
459 nvme_print(2, "Admin Command Set Attributes", -1, NULL); in nvme_print_identify_ctrl()
460 nvme_print(4, "Optional Admin Command Support", -1, NULL); in nvme_print_identify_ctrl()
473 nvme_print(4, "Firmware Updates", -1, NULL); in nvme_print_identify_ctrl()
478 nvme_print(2, "Log Page Attributes", -1, NULL); in nvme_print_identify_ctrl()
495 nvme_print(2, "NVM Command Set Attributes", -1, NULL); in nvme_print_identify_ctrl()
497 nvme_print(4, "Submission Queue Entry Size", -1, in nvme_print_identify_ctrl()
500 nvme_print(4, "Completion Queue Entry Size", -1, in nvme_print_identify_ctrl()
506 nvme_print(4, "Optional NVM Command Support", -1, NULL); in nvme_print_identify_ctrl()
523 nvme_print(4, "Fused Operation Support", -1, NULL); in nvme_print_identify_ctrl()
526 nvme_print(4, "Format NVM Attributes", -1, NULL); in nvme_print_identify_ctrl()
550 nvme_print(4, "SGL Support", -1, NULL); in nvme_print_identify_ctrl()
575 nvme_print(4, "Power State Descriptor", i, NULL); in nvme_print_identify_ctrl()
606 nvme_print(0, "Identify Namespace", -1, NULL); in nvme_print_identify_nsid()
607 nvme_print(2, "Namespace Capabilities and Features", -1, NULL); in nvme_print_identify_nsid()
614 nvme_print(4, "Namespace Features", -1, NULL); in nvme_print_identify_nsid()
619 nvme_print(4, "Formatted LBA Size", -1, NULL); in nvme_print_identify_nsid()
624 nvme_print(4, "Metadata Capabilities", -1, NULL); in nvme_print_identify_nsid()
629 nvme_print(4, "End-to-End Data Protection Capabilities", -1, NULL); in nvme_print_identify_nsid()
640 nvme_print(4, "End-to-End Data Protection Settings", -1, NULL); in nvme_print_identify_nsid()
651 nvme_print(4, "Namespace Multi-Path I/O and Namespace Sharing " in nvme_print_identify_nsid()
655 nvme_print(2, "Reservation Capabilities", -1, NULL); in nvme_print_identify_nsid()
671 nvme_print(4, "IEEE Extended Unique Identifier", -1, in nvme_print_identify_nsid()
683 nvme_print(4, "LBA Format", i, NULL); in nvme_print_identify_nsid()
704 nvme_print(0, "Error Log", -1, NULL); in nvme_print_error_log()
745 nvme_print(2, "Entry", i, NULL); in nvme_print_error_log()
752 nvme_print(4, "Status Field", -1, NULL); in nvme_print_error_log()
755 nvme_print(6, "Status Code", -1, "0x%0.2x (%s)", in nvme_print_error_log()
757 nvme_print(6, "Status Code Type", -1, "0x%x (%s)", in nvme_print_error_log()
770 nvme_print(4, "Namespace ID", -1, "%d", in nvme_print_error_log()
788 nvme_print(0, "SMART/Health Information", -1, NULL); in nvme_print_health_log()
789 nvme_print(2, "Critical Warnings", -1, NULL); in nvme_print_health_log()
854 nvme_print(0, "Firmware Slot Information", -1, NULL); in nvme_print_fwslot_log()
936 nvme_print(4, "LBA Range", i, NULL); in nvme_print_feat_lba_range()
943 nvme_print(6, "Attributes", -1, NULL); in nvme_print_feat_lba_range()
952 nvme_print(6, "Unique Identifier", -1, in nvme_print_feat_lba_range()
1118 nvme_print(4, "Power State", i, NULL); in nvme_print_feat_auto_pst()