Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_ocereg.h322 uint32_t cq_id:10; member
343 uint32_t cq_id:10;
863 uint16_t cq_id; member
897 uint32_t cq_id:10; member
916 uint32_t cq_id:10;
1922 uint32_t cq_id:16; member
1942 uint32_t cq_id:16;
1964 uint32_t cq_id:16; member
1979 uint32_t cq_id:16;
2007 uint16_t cq_id; member
[all …]
H A Dif_oce.c3269 cmd.params.req.cq_id = rq->cq->id; in oce_new_rq()
3306 cmd.params.req.cq_id = htole16(wq->cq->id); in oce_new_wq()
3338 ctx->v0.cq_id = mq->cq->id; in oce_new_mq()
3437 cq->id = letoh16(cmd.params.rsp.cq_id); in oce_new_cq()