Searched refs:cqid (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/sys/dev/cxgbe/iw_cxgbe/
H A Duser.h50 __u32 cqid; member in struct:c4iw_create_cq_resp
H A Dcq.c78 res->u.cq.iqid = cpu_to_be32(cq->cqid);
90 c4iw_put_cqid(rdev, cq->cqid, uctx);
109 cq->cqid = c4iw_get_cqid(rdev, uctx);
110 if (!cq->cqid) {
149 res->u.cq.iqid = cpu_to_be32(cq->cqid);
178 t4_bar2_sge_qregs(rdev->adap, cq->cqid, T4_BAR2_QTYPE_INGRESS, user,
197 c4iw_put_cqid(rdev, cq->cqid, uctx);
366 CTR3(KTR_IW_CXGBE, "%s cq %p cqid 0x%x", __func__, &chp->cq,
367 chp->cq.cqid);
693 CTR4(KTR_IW_CXGBE, "%s cq %p cqid
[all...]
H A Dev.c161 u32 cqid; local
177 cqid = qhp->attr.scq;
179 cqid = qhp->attr.rcq;
180 chp = get_chp(dev, cqid);
182 printf("BAD AE cqid 0x%x qpid 0x%x opcode %d "
184 cqid, CQE_QPID(err_cqe),
281 CTR2(KTR_IW_CXGBE, "%s unknown cqid 0x%x", __func__, qid);
H A Dt4.h555 u32 cqid; member in struct:t4_cq
602 CTR2(KTR_IW_CXGBE, "%s cxgb4 sw cq overflow cqid %u",
603 __func__, cq->cqid);
658 printk(KERN_ERR MOD "cq overflow cqid %u\n", cq->cqid);
674 CTR2(KTR_IW_CXGBE, "%s cxgb4 sw cq overflow cqid %u",
675 __func__, cq->cqid);
H A Dqp.c263 V_FW_RI_RES_WR_IQID(scq->cqid));
286 V_FW_RI_RES_WR_IQID(rcq->cqid));
1727 schp = get_chp(rhp, ((struct c4iw_cq *)attrs->send_cq)->cq.cqid);
1728 rchp = get_chp(rhp, ((struct c4iw_cq *)attrs->recv_cq)->cq.cqid);
1781 qhp->attr.scq = ((struct c4iw_cq *) attrs->send_cq)->cq.cqid;
1782 qhp->attr.rcq = ((struct c4iw_cq *) attrs->recv_cq)->cq.cqid;
H A Diw_cxgbe.h289 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid) argument
291 return idr_find(&rhp->cqidr, cqid);
/freebsd-current/contrib/ofed/libcxgb4/
H A Dcxgb4-abi.h55 __u32 cqid; member in struct:c4iw_create_cq_resp
H A Dt4.h582 u32 cqid; member in struct:t4_cq
600 INGRESSQID_V(cq->cqid & cq->qid_mask);
605 INGRESSQID_V(cq->cqid & cq->qid_mask);
615 syslog(LOG_NOTICE, "cxgb4 sw cq overflow cqid %u\n", cq->cqid);
638 INGRESSQID_V(cq->cqid & cq->qid_mask);
666 syslog(LOG_NOTICE, "cxgb4 cq overflow cqid %u\n", cq->cqid);
681 syslog(LOG_NOTICE, "cxgb4 sw cq overflow cqid %u\n", cq->cqid);
[all...]
H A Dcq.c205 PDBG("%s cqid 0x%x\n", __func__, chp->cq.cqid);
540 PDBG("%s cq %p cqid 0x%x skip sw cqe cidx %u\n",
541 __func__, cq, cq->cqid, cq->sw_cidx);
544 PDBG("%s cq %p cqid 0x%x skip hw cqe cidx %u\n",
545 __func__, cq, cq->cqid, cq->cidx);
701 syslog(LOG_NOTICE, "cxgb4 app err cqid %u qpid %u "
703 chp->cq.cqid, CQE_QPID(&cqe), CQE_TYPE(&cqe),
H A Dverbs.c201 chp->cq.cqid = resp.cqid;
223 PDBG("%s cqid 0x%x key %" PRIx64 " va %p memsize %lu gts_key %"
225 __func__, chp->cq.cqid, resp.key, chp->cq.queue,
229 dev->cqid2ptr[chp->cq.cqid] = chp;
277 dev->cqid2ptr[chp->cq.cqid] = NULL;
H A Ddev.c249 chp->cq.cqid, chp->cq.queue, chp->cq.cidx,
/freebsd-current/usr.sbin/bhyve/
H A Dpci_nvme.c178 uint16_t cqid; /* completion queue id */ member in struct:nvme_submission_queue
1019 sc->submit_queues[i].cqid = 0;
1212 sc->submit_queues[qid].cqid = 0;
1251 nsq->cqid = (command->cdw11 >> 16) & 0xffff;
1252 if ((nsq->cqid == 0) || (nsq->cqid > sc->num_cqueues)) {
1259 if (sc->compl_queues[nsq->cqid].qbase == NULL) {
1271 DPRINTF("%s sq %u size %u gaddr %p cqid %u", __func__,
1272 qid, nsq->size, nsq->qbase, nsq->cqid);
1310 if (sc->submit_queues[sqid].cqid
[all...]

Completed in 118 milliseconds