Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnvme/common/
H A Dlibnvme_fw.c50 return (nvme_ctrl_error(ctrl, NVME_ERR_FW_UNSUP_BY_DEV, 0, in nvme_fw_load()
104 return (nvme_ctrl_error(ctrl, NVME_ERR_FW_UNSUP_BY_DEV, 0, in nvme_fw_commit_req_init()
H A Dlibnvme_error.c564 case NVME_ERR_FW_UNSUP_BY_DEV: in nvme_errtostr()
940 { NVME_IOCTL_E_CTRL_FW_UNSUP, NVME_ERR_FW_UNSUP_BY_DEV, "the "
H A Dlibnvme.h261 NVME_ERR_FW_UNSUP_BY_DEV, enumerator
/illumos-gate/usr/src/test/nvme-tests/tests/libnvme/
H A Dmissing-field.c131 if (nvme_ctrl_err(ctrl) == NVME_ERR_FW_UNSUP_BY_DEV) { in main()