Appendix d – smp commands, Appendix d – Teledyne LeCroy SAS_SATA Protocol Suite Verification Script Engine Reference Manual User Manual

Page 95

Advertising
background image


95

Appendix D – SMP Commands

# Management Function definitions
const SMP_REPORT_GENERAL = 0x00;
const SMP_REPORT_MANUFACTURER_INFO = 0x01;
const SMP_DISCOVER = 0x10;
const SMP_REPORT_PHY_ERROR_LOG = 0x11;
const SMP_REPORT_PHY_SATA = 0x12;
const SMP_REPORT_ROUTE_INFO = 0x13;
const SMP_CONFIGURE_ROUTE_INFO = 0x90;
const SMP_PHY_CONTROL = 0x91;
const SMP_PHY_TEST_FUNCTION = 0x92;
const SMP_CONFIGURE_PHY_ZONE = 0x93;
const SMP_CONFIGURE_ZONE_PERM = 0x83;
const SMP_REPORT_ZONE_PERM = 0x03;
const SMP_REPORT_ZONE_ROUTE_TABLE = 0x14;

# Management Function Results
const SMP_FUNCTION_ACCEPTED = 0x00;
const SMP_UNKNOWN_SMP_FUNCTION = 0x01;
const SMP_FUNCTION_FAILED = 0x02;
const SMP_INVALID_REQUEST_LENGTH = 0x03;
const SMP_PHY_DOES_NOT_EXIST = 0x10;
const SMP_INDEX_DOES_NOT_EXIST = 0x11;
const SMP_PHY_DOES_NOT_SUPPORT_SATA = 0x12;
const SMP_UNKNOWN_PHY_OPERATION = 0x13;























Advertising