Searched refs:cdw0 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/dev/nvme/
H A Dnvme_ctrlr.c379 * Data in cdw0 is 0-based.
383 sq_allocated = (status.cpl.cdw0 & 0xFFFF) + 1;
384 cq_allocated = (status.cpl.cdw0 >> 16) + 1;
591 aer->log_page_id = (cpl->cdw0 & 0xFF0000) >> 16;
652 (status.cpl.cdw0 & 0xFFFF) == 0xFFFF ||
653 (status.cpl.cdw0 & 0xFFFF) == 0x0000) {
810 pt->cpl.cdw0 = cpl->cdw0;
H A Dnvme.c236 printf("cdw0:%08x sqhd:%04x sqid:%04x "
238 cpl->cdw0, cpl->sqhd, cpl->sqid,
H A Dnvme.h246 uint32_t cdw0; /* command-specific */ member in struct:nvme_completion
757 * * cdw0
H A Dnvme_qpair.c245 nvme_printf(qpair->ctrlr, "%s (%02x/%02x) sqid:%d cid:%d cdw0:%x\n",
247 cpl->status.sct, cpl->status.sc, cpl->sqid, cpl->cid, cpl->cdw0);
633 * If cdw0 == 1, the controller was not able to abort the command
638 if (status->cdw0 == 1 && tr->qpair->act_tr[tr->cid] != NULL) {

Completed in 52 milliseconds