Searched defs:nvme_wait_cmd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c229 static boolean_t nvme_wait_cmd(nvme_cmd_t *, uint_t);
1186 * nvme_wait_cmd -- wait for command completion or timeout
1198 nvme_wait_cmd(nvme_cmd_t *cmd, uint_t sec) function
1259 * the timeout was hit in nvme_wait_cmd() but before the callback was
1450 if (nvme_wait_cmd(cmd, sec) == B_FALSE) {

Completed in 65 milliseconds