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

  /src/sys/dev/ic/
nvme.c 1244 pt->cpl.flags = lemtoh16(&cqe->flags) & ~NVME_CQE_PHASE;
1411 while (!ISSET(state.c.flags, htole16(NVME_CQE_PHASE))) {
1423 return flags & ~NVME_CQE_PHASE;
1457 SET(state->c.flags, htole16(NVME_CQE_PHASE));
1499 if ((flags & NVME_CQE_PHASE) != q->q_cq_phase)
1514 q->q_cq_phase ^= NVME_CQE_PHASE;
1964 q->q_cq_phase = NVME_CQE_PHASE;
2005 q->q_cq_phase = NVME_CQE_PHASE;
nvmereg.h 302 #define NVME_CQE_PHASE __BIT(0)
  /src/sbin/nvmectl/
logpage.c 178 (uint16_t)__SHIFTOUT(entry->status, NVME_CQE_PHASE));

Completed in 25 milliseconds