Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/nvme/
H A Dnvme.c323 static inline int nvme_check_cmd_status(nvme_cmd_t *);
1281 nvme_check_cmd_status(nvme_cmd_t *cmd) in nvme_check_cmd_status() function
1335 if ((ret = nvme_check_cmd_status(cmd)) != 0) { in nvme_abort_cmd()
1456 if (nvme_check_cmd_status(cmd) != 0) { in nvme_async_event_task()
1638 if ((ret = nvme_check_cmd_status(cmd)) != 0) { in nvme_format_nvm()
1726 if ((ret = nvme_check_cmd_status(cmd)) != 0) { in nvme_get_logpage()
1783 if ((ret = nvme_check_cmd_status(cmd)) != 0) { in nvme_identify()
1830 if ((ret = nvme_check_cmd_status(cmd)) != 0) { in nvme_set_features()
1940 if ((ret = nvme_check_cmd_status(cmd)) != 0) { in nvme_get_features()
2025 if ((ret = nvme_check_cmd_status(cmd)) != 0) { in nvme_create_io_qpair()
[all …]