Home
last modified time | relevance | path

Searched refs:ncq_head (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme_var.h246 uint_t ncq_head; member
H A Dnvme.c1880 cqe = &cq->ncq_cq[cq->ncq_head]; in nvme_get_completed()
1893 cq->ncq_head = (cq->ncq_head + 1) % cq->ncq_nentry; in nvme_get_completed()
1896 if (cq->ncq_head == 0) in nvme_get_completed()
1972 head.b.cqhdbl_cqh = cq->ncq_head; in nvme_process_iocq()
1996 head.b.cqhdbl_cqh = cq->ncq_head; in nvme_retrieve_cmd()