Lines Matching refs:status

340 	sct = NVME_STATUS_GET_SCT(cpl->status);
341 sc = NVME_STATUS_GET_SC(cpl->status);
342 crd = NVME_STATUS_GET_CRD(cpl->status);
343 m = NVME_STATUS_GET_M(cpl->status);
344 dnr = NVME_STATUS_GET_DNR(cpl->status);
345 p = NVME_STATUS_GET_P(cpl->status);
358 sct = NVME_STATUS_GET_SCT(cpl->status);
359 sc = NVME_STATUS_GET_SC(cpl->status);
360 dnr = NVME_STATUS_GET_DNR(cpl->status); /* Do Not Retry Bit */
499 cpl.status |= NVMEF(NVME_STATUS_SCT, sct);
500 cpl.status |= NVMEF(NVME_STATUS_SC, sc);
501 cpl.status |= NVMEF(NVME_STATUS_DNR, dnr);
517 cpl.status |= NVMEF(NVME_STATUS_SCT, sct);
518 cpl.status |= NVMEF(NVME_STATUS_SC, sc);
602 qpair->phase = !NVME_STATUS_GET_P(cpl.status);
607 uint16_t status;
612 * is reading this record, leaving the status field 'new' and
614 * doesn't match, that means status hasn't yet been updated and
619 status = le16toh(qpair->cpl[qpair->cq_head].status);
620 if (NVME_STATUS_GET_P(status) != qpair->phase)
629 NVME_STATUS_GET_P(status) == NVME_STATUS_GET_P(cpl.status),
997 nvme_abort_complete(void *arg, const struct nvme_completion *status)
1007 if (status->cdw0 == 1 && tr->qpair->act_tr[tr->cid] != NULL) {
1011 * status, and then complete the I/O's tracker manually.
1062 * Read csts to get value of cfs - controller fatal status. If
1063 * we are in the hot-plug or controller failed status proceed
1064 * directly to reset. We also bail early if the status reads all
1065 * 1's or the control fatal status bit is now 1. The latter is
1135 (cfs ? " and fatal error status" : ""));
1219 * is responsible for detecting the error status and failing the
1328 * tracker here with DATA_TRANSFER_ERROR status.