HomeSort by: relevance | last modified time | path
    Searched refs:cdw0 (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/nvmectl/
power.c 132 pt.cpl.cdw0 & ((1 << 5) - 1),
133 pt.cpl.cdw0 >> 5);
  /src/sys/dev/ic/
ld_nvme.c 162 ld_nvme_biodone(void *xc, struct buf *bp, uint16_t cmd_status, uint32_t cdw0)
nvme.c 882 nnc_done(nnc_cookie, bp, lemtoh16(&cqe->flags), lemtoh32(&cqe->cdw0));
1031 uint32_t cdw0 = lemtoh32(&cqe->cdw0); local in function:nvme_getcache_done
1043 if (cdw0 & NVM_VOLATILE_WRITE_CACHE_WCE)
1243 pt->cpl.cdw0 = lemtoh32(&cqe->cdw0);
1776 *ncqa = (pt.cpl.cdw0 >> 16) + 1;
1777 *nsqa = (pt.cpl.cdw0 & 0xffff) + 1;
nvmereg.h 232 uint32_t cdw0; member in struct:nvme_cqe

Completed in 45 milliseconds