Home
last modified time | relevance | path

Searched refs:cqid (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c78 res->u.cq.iqid = cpu_to_be32(cq->cqid); in destroy_cq()
90 c4iw_put_cqid(rdev, cq->cqid, uctx); in destroy_cq()
111 cq->cqid = c4iw_get_cqid(rdev, uctx); in create_cq()
112 if (!cq->cqid) { in create_cq()
151 res->u.cq.iqid = cpu_to_be32(cq->cqid); in create_cq()
180 t4_bar2_sge_qregs(rdev->adap, cq->cqid, T4_BAR2_QTYPE_INGRESS, user, in create_cq()
199 c4iw_put_cqid(rdev, cq->cqid, uctx); in create_cq()
369 chp->cq.cqid); in c4iw_flush_hw_cq()
696 __func__, cq, cq->cqid, cq->sw_cidx); in poll_cq()
700 __func__, cq, cq->cqid, cq->cidx); in poll_cq()
[all …]
H A Dev.c161 u32 cqid; in c4iw_ev_dispatch() local
177 cqid = qhp->attr.scq; in c4iw_ev_dispatch()
179 cqid = qhp->attr.rcq; in c4iw_ev_dispatch()
180 chp = get_chp(dev, cqid); in c4iw_ev_dispatch()
184 cqid, CQE_QPID(err_cqe), in c4iw_ev_dispatch()
H A Duser.h50 __u32 cqid; member
H A Dt4.h555 u32 cqid; member
603 __func__, cq->cqid); in t4_swcq_produce()
658 printk(KERN_ERR MOD "cq overflow cqid %u\n", cq->cqid); in t4_next_hw_cqe()
675 __func__, cq->cqid); in t4_next_sw_cqe()
H A Dqp.c266 V_FW_RI_RES_WR_IQID(scq->cqid)); in create_qp()
289 V_FW_RI_RES_WR_IQID(rcq->cqid)); in create_qp()
1734 schp = get_chp(rhp, ((struct c4iw_cq *)attrs->send_cq)->cq.cqid); in c4iw_create_qp()
1735 rchp = get_chp(rhp, ((struct c4iw_cq *)attrs->recv_cq)->cq.cqid); in c4iw_create_qp()
1788 qhp->attr.scq = ((struct c4iw_cq *) attrs->send_cq)->cq.cqid; in c4iw_create_qp()
1789 qhp->attr.rcq = ((struct c4iw_cq *) attrs->recv_cq)->cq.cqid; in c4iw_create_qp()
H A Diw_cxgbe.h289 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid) in get_chp() argument
291 return idr_find(&rhp->cqidr, cqid); in get_chp()
/freebsd/contrib/ofed/libcxgb4/
H A Dt4.h582 u32 cqid; member
600 INGRESSQID_V(cq->cqid & cq->qid_mask); in t4_arm_cq()
605 INGRESSQID_V(cq->cqid & cq->qid_mask); in t4_arm_cq()
615 syslog(LOG_NOTICE, "cxgb4 sw cq overflow cqid %u\n", cq->cqid); in t4_swcq_produce()
638 INGRESSQID_V(cq->cqid & cq->qid_mask); in t4_hwcq_consume()
666 syslog(LOG_NOTICE, "cxgb4 cq overflow cqid %u\n", cq->cqid); in t4_next_hw_cqe()
681 syslog(LOG_NOTICE, "cxgb4 sw cq overflow cqid %u\n", cq->cqid); in t4_next_sw_cqe()
H A Dcxgb4-abi.h55 __u32 cqid; member
H A Dcq.c205 PDBG("%s cqid 0x%x\n", __func__, chp->cq.cqid); in c4iw_flush_hw_cq()
541 __func__, cq, cq->cqid, cq->sw_cidx); in poll_cq()
545 __func__, cq, cq->cqid, cq->cidx); in poll_cq()
703 chp->cq.cqid, CQE_QPID(&cqe), CQE_TYPE(&cqe), in c4iw_poll_cq_one()
H A Dverbs.c201 chp->cq.cqid = resp.cqid; in c4iw_create_cq()
225 __func__, chp->cq.cqid, resp.key, chp->cq.queue, in c4iw_create_cq()
229 dev->cqid2ptr[chp->cq.cqid] = chp; in c4iw_create_cq()
277 dev->cqid2ptr[chp->cq.cqid] = NULL; in c4iw_destroy_cq()
H A Ddev.c249 chp->cq.cqid, chp->cq.queue, chp->cq.cidx, in dump_cq()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dbnxt_re-abi.h118 __u32 cqid; member
H A Dib_verbs.c3892 resp.cqid = qplcq->id; in bnxt_re_create_cq()
/freebsd/usr.sbin/bhyve/
H A Dpci_nvme.c178 uint16_t cqid; /* completion queue id */ member
1030 sc->submit_queues[i].cqid = 0; in pci_nvme_reset_locked()
1223 sc->submit_queues[qid].cqid = 0; in nvme_opc_delete_io_sq()
1262 nsq->cqid = (command->cdw11 >> 16) & 0xffff; in nvme_opc_create_io_sq()
1263 if ((nsq->cqid == 0) || (nsq->cqid > sc->num_cqueues)) { in nvme_opc_create_io_sq()
1270 if (sc->compl_queues[nsq->cqid].qbase == NULL) { in nvme_opc_create_io_sq()
1283 qid, nsq->size, nsq->qbase, nsq->cqid); in nvme_opc_create_io_sq()
1321 if (sc->submit_queues[sqid].cqid == qid) { in nvme_opc_delete_io_cq()
2271 struct nvme_completion_queue *cq = &sc->compl_queues[sq->cqid]; in pci_nvme_set_completion()
2274 __func__, sqid, sq->cqid, cid, NVME_STATUS_GET_SCT(status), in pci_nvme_set_completion()
[all …]