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

/drivers/infiniband/hw/cxgb3/
H A Diwch_ev.c112 u32 cqid = RSPQ_CQID(rsp_msg); local
117 chp = get_chp(rnicp, cqid);
120 printk(KERN_ERR MOD "BAD AE cqid 0x%x qpid 0x%x opcode %d "
122 cqid, CQE_QPID(rsp_msg->cqe),
H A Diwch_user.h50 __u32 cqid; member in struct:iwch_create_cq_resp_v0
56 __u32 cqid; member in struct:iwch_create_cq_resp
H A Dcxio_resource.c227 void cxio_hal_put_cqid(struct cxio_hal_resource *rscp, u32 cqid) argument
229 cxio_hal_put_resource(&rscp->cqid_fifo, &rscp->cqid_fifo_lock, cqid);
H A Diwch.h137 static inline struct iwch_cq *get_chp(struct iwch_dev *rhp, u32 cqid) argument
139 return idr_find(&rhp->cqidr, cqid);
H A Dcxio_hal.c79 setup.id = cq->cqid;
125 static int cxio_hal_clear_cq_ctx(struct cxio_rdev *rdev_p, u32 cqid) argument
128 setup.id = cqid;
164 cq->cqid = cxio_hal_get_cqid(rdev_p->rscp);
165 if (!cq->cqid)
180 setup.id = cq->cqid;
196 setup.id = cq->cqid;
326 err = cxio_hal_clear_cq_ctx(rdev_p, cq->cqid);
332 cxio_hal_put_cqid(rdev_p->rscp, cq->cqid);
432 PDBG("%s cq %p cqid
[all...]
H A Dcxio_wr.h716 u32 cqid; member in struct:t3_cq
/drivers/infiniband/hw/cxgb4/
H A Dev.c85 u32 cqid; local
101 cqid = qhp->attr.scq;
103 cqid = qhp->attr.rcq;
104 chp = get_chp(dev, cqid);
106 printk(KERN_ERR MOD "BAD AE cqid 0x%x qpid 0x%x opcode %d "
108 cqid, CQE_QPID(err_cqe),
197 PDBG("%s unknown cqid 0x%x\n", __func__, qid);
H A Duser.h48 __u32 cqid; member in struct:c4iw_create_cq_resp
H A Dt4.h462 u32 cqid; member in struct:t4_cq
479 INGRESSQID(cq->cqid);
484 INGRESSQID(cq->cqid);
511 INGRESSQID(cq->cqid);
539 printk(KERN_ERR MOD "cq overflow cqid %u\n", cq->cqid);
H A Diw_cxgb4.h199 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid) argument
201 return idr_find(&rhp->cqidr, cqid);
/drivers/block/
H A Dnvme.c781 c.create_cq.cqid = cpu_to_le16(qid);
805 c.create_sq.cqid = cpu_to_le16(qid);
813 static int adapter_delete_cq(struct nvme_dev *dev, u16 cqid) argument
815 return adapter_delete_queue(dev, nvme_admin_delete_cq, cqid);
/drivers/scsi/lpfc/
H A Dlpfc_sli.c11232 uint16_t cqid; local
11244 cqid = bf_get_le32(lpfc_eqe_resource_id, eqe);
11246 /* Search for completion queue pointer matching this cqid */
11252 if (childq->queue_id == cqid) {
11261 "(%d) does not exist\n", cqid);
11480 uint16_t cqid; local
11508 cqid = bf_get_le32(lpfc_eqe_resource_id, eqe);
11509 if (unlikely(cqid != cq->queue_id)) {
11513 cqid, cq->queue_id);

Completed in 1434 milliseconds