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

/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c1202 nvme_reg_csts_t csts; local
1224 csts.r = nvme_get32(nvme, NVME_REG_CSTS);
1226 "OPC = %x, CFS = %d", cmd->nc_sqe.sqe_opc, csts.b.csts_cfs);
1229 if (csts.b.csts_cfs ||
1785 nvme_reg_csts_t csts; local
1790 csts.r = nvme_get32(nvme, NVME_REG_CSTS);
1791 if (csts.b.csts_rdy == 1) {
1794 csts.r = nvme_get32(nvme, NVME_REG_CSTS);
1795 if (csts.b.csts_rdy == 0)
1809 csts
1817 nvme_reg_csts_t csts; local
1873 nvme_reg_csts_t csts; local
[all...]

Completed in 859 milliseconds