Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dif_mcx.c3209 mcx_cmdq_poll(struct mcx_softc *sc, struct mcx_cmdq_entry *cqe, in mcx_cmdq_poll() argument
3218 if ((cqe->cq_status & MCX_CQ_STATUS_OWN_MASK) == in mcx_cmdq_poll()
3290 mcx_cmdq_init(struct mcx_softc *sc, struct mcx_cmdq_entry *cqe, in mcx_cmdq_init() argument
3293 memset(cqe, 0, sc->sc_cmdq_size); in mcx_cmdq_init()
3295 cqe->cq_type = MCX_CMDQ_TYPE_PCIE; in mcx_cmdq_init()
3296 be32enc(&cqe->cq_input_length, ilen); in mcx_cmdq_init()
3297 be32enc(&cqe->cq_output_length, olen); in mcx_cmdq_init()
3298 cqe->cq_token = token; in mcx_cmdq_init()
3299 cqe->cq_status = MCX_CQ_STATUS_OWN_HW; in mcx_cmdq_init()
3303 mcx_cmdq_sign(struct mcx_cmdq_entry *cqe) in mcx_cmdq_sign() argument
[all …]
/netbsd/src/sys/dev/ic/
Dnvme.c859 struct nvme_cqe *cqe) in nvme_ns_io_done() argument
882 nnc_done(nnc_cookie, bp, lemtoh16(&cqe->flags), lemtoh32(&cqe->cdw0)); in nvme_ns_io_done()
953 struct nvme_cqe *cqe) in nvme_ns_sync_done() argument
956 uint16_t status = NVME_CQE_SC(lemtoh16(&cqe->flags)); in nvme_ns_sync_done()
1027 struct nvme_cqe *cqe) in nvme_getcache_done() argument
1030 uint16_t status = NVME_CQE_SC(lemtoh16(&cqe->flags)); in nvme_getcache_done()
1031 uint32_t cdw0 = lemtoh32(&cqe->cdw0); in nvme_getcache_done()
1095 struct nvme_cqe *cqe) in nvme_setcache_done() argument
1098 uint16_t status = NVME_CQE_SC(lemtoh16(&cqe->flags)); in nvme_setcache_done()
1222 nvme_pt_done(struct nvme_queue *q, struct nvme_ccb *ccb, struct nvme_cqe *cqe) in nvme_pt_done() argument
[all …]