Searched refs:NVME_CQE_PHASE (Results 1 – 2 of 2) sorted by relevance
1148 if (ISSET(state.c.flags, htole16(NVME_CQE_PHASE))) in nvme_poll()1160 return (flags & ~NVME_CQE_PHASE); in nvme_poll()1179 SET(state->c.flags, htole16(NVME_CQE_PHASE)); in nvme_poll_done()1222 if ((flags & NVME_CQE_PHASE) != q->q_cq_phase) in nvme_q_complete()1233 q->q_cq_phase ^= NVME_CQE_PHASE; in nvme_q_complete()1527 q->q_cq_phase = NVME_CQE_PHASE; in nvme_q_alloc()1557 q->q_cq_phase = NVME_CQE_PHASE; in nvme_q_reset()1696 if ((flags & NVME_CQE_PHASE) == q->q_cq_phase) in nvme_hibernate_admin_cmd()1704 q->q_cq_phase ^= NVME_CQE_PHASE; in nvme_hibernate_admin_cmd()1779 my->cqe_phase = NVME_CQE_PHASE; in nvme_hibernate_io()[all …]
235 #define NVME_CQE_PHASE (1 << 0) macro