/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funcore/ |
H A D | fun_queue.c | 75 int fun_sq_create(struct fun_dev *fdev, u16 flags, u32 sqid, u32 cqid, in fun_sq_create() argument 100 sqid, cqid, sqe_size_log2, in fun_sq_create() 125 int fun_cq_create(struct fun_dev *fdev, u16 flags, u32 cqid, u32 rqid, in fun_cq_create() argument 145 cqid, rqid, cqe_size_log2, in fun_cq_create() 331 funq->cqid, new_cqes, max, funq->cq_head, funq->cq_phase); in __fun_process_cq() 420 funq->cqid = 2 * qid; in fun_alloc_queue() 422 /* I/O Q: use rqid = cqid, sqid = +1 */ in fun_alloc_queue() 423 funq->rqid = funq->cqid; in fun_alloc_queue() 431 funq->cqid = qid; in fun_alloc_queue() 475 if (funq->cqid in fun_alloc_queue() [all...] |
H A D | fun_queue.h | 41 u32 cqid; member 132 int fun_sq_create(struct fun_dev *fdev, u16 flags, u32 sqid, u32 cqid, 137 int fun_cq_create(struct fun_dev *fdev, u16 flags, u32 cqid, u32 rqid, 151 #define fun_destroy_cq(fdev, cqid) \ 152 fun_res_destroy((fdev), FUN_ADMIN_OP_EPCQ, 0, (cqid))
|
H A D | fun_dev.h | 119 unsigned int cqid) in fun_cq_db_addr() 121 return fun_db_addr(fdev, cqid * 2 + 1); in fun_cq_db_addr() 118 fun_cq_db_addr(const struct fun_dev *fdev, unsigned int cqid) fun_cq_db_addr() argument
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | trace.c | 27 u16 cqid = get_unaligned_le16(cdw10 + 6); in nvme_trace_create_sq() local 30 trace_seq_printf(p, "sqid=%u, qsize=%u, sq_flags=0x%x, cqid=%u", in nvme_trace_create_sq() 31 sqid, qsize, sq_flags, cqid); in nvme_trace_create_sq() 40 u16 cqid = get_unaligned_le16(cdw10); in nvme_trace_delete_cq() local 42 trace_seq_printf(p, "cqid=%u", cqid); in nvme_trace_delete_cq() 51 u16 cqid = get_unaligned_le16(cdw10); in nvme_trace_create_cq() local 56 trace_seq_printf(p, "cqid=%u, qsize=%u, cq_flags=0x%x, irq_vector=%u", in nvme_trace_create_cq() 57 cqid, qsize, cq_flags, irq_vector); in nvme_trace_create_cq()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
H A D | ev.c | 124 u32 cqid; in c4iw_ev_dispatch() local 139 cqid = qhp->attr.scq; in c4iw_ev_dispatch() 141 cqid = qhp->attr.rcq; in c4iw_ev_dispatch() 142 chp = get_chp(dev, cqid); in c4iw_ev_dispatch() 144 pr_err("BAD AE cqid 0x%x qpid 0x%x opcode %d status 0x%x type %d wrid.hi 0x%x wrid.lo 0x%x\n", in c4iw_ev_dispatch() 145 cqid, CQE_QPID(err_cqe), in c4iw_ev_dispatch() 240 pr_debug("unknown cqid 0x%x\n", qid); in c4iw_ev_handler()
|
H A D | cq.c | 58 res->u.cq.iqid = cpu_to_be32(cq->cqid); in destroy_cq() 67 c4iw_put_cqid(rdev, cq->cqid, uctx); in destroy_cq() 85 cq->cqid = c4iw_get_cqid(rdev, uctx); in create_cq() 86 if (!cq->cqid) { in create_cq() 136 res->u.cq.iqid = cpu_to_be32(cq->cqid); in create_cq() 163 cq->bar2_va = c4iw_bar2_addrs(rdev, cq->cqid, CXGB4_BAR2_QTYPE_INGRESS, in create_cq() 167 pr_warn("%s: cqid %u not in BAR2 range\n", in create_cq() 168 pci_name(rdev->lldi.pdev), cq->cqid); in create_cq() 179 c4iw_put_cqid(rdev, cq->cqid, uctx); in create_cq() 342 pr_debug("cqid in c4iw_flush_hw_cq() [all...] |
H A D | t4.h | 703 u32 cqid; member 724 writel(val | INGRESSQID_V(cq->cqid), cq->gts); in write_gts() 752 pr_warn("%s cxgb4 sw cq overflow cqid %u\n", in t4_swcq_produce() 753 __func__, cq->cqid); in t4_swcq_produce() 808 pr_err("cq overflow cqid %u\n", cq->cqid); in t4_next_hw_cqe() 823 pr_warn("%s cxgb4 sw cq overflow cqid %u\n", in t4_next_sw_cqe() 824 __func__, cq->cqid); in t4_next_sw_cqe()
|
H A D | iw_cxgb4.h | 349 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid) in get_chp() argument 351 return xa_load(&rhp->cqs, cqid); in get_chp()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/ |
H A D | ev.c | 124 u32 cqid; in c4iw_ev_dispatch() local 139 cqid = qhp->attr.scq; in c4iw_ev_dispatch() 141 cqid = qhp->attr.rcq; in c4iw_ev_dispatch() 142 chp = get_chp(dev, cqid); in c4iw_ev_dispatch() 144 pr_err("BAD AE cqid 0x%x qpid 0x%x opcode %d status 0x%x type %d wrid.hi 0x%x wrid.lo 0x%x\n", in c4iw_ev_dispatch() 145 cqid, CQE_QPID(err_cqe), in c4iw_ev_dispatch() 238 pr_debug("unknown cqid 0x%x\n", qid); in c4iw_ev_handler()
|
H A D | cq.c | 58 res->u.cq.iqid = cpu_to_be32(cq->cqid); in destroy_cq() 67 c4iw_put_cqid(rdev, cq->cqid, uctx); in destroy_cq() 85 cq->cqid = c4iw_get_cqid(rdev, uctx); in create_cq() 86 if (!cq->cqid) { in create_cq() 136 res->u.cq.iqid = cpu_to_be32(cq->cqid); in create_cq() 163 cq->bar2_va = c4iw_bar2_addrs(rdev, cq->cqid, CXGB4_BAR2_QTYPE_INGRESS, in create_cq() 167 pr_warn("%s: cqid %u not in BAR2 range\n", in create_cq() 168 pci_name(rdev->lldi.pdev), cq->cqid); in create_cq() 179 c4iw_put_cqid(rdev, cq->cqid, uctx); in create_cq() 342 pr_debug("cqid in c4iw_flush_hw_cq() [all...] |
H A D | t4.h | 688 u32 cqid; member 709 writel(val | INGRESSQID_V(cq->cqid), cq->gts); in write_gts() 737 pr_warn("%s cxgb4 sw cq overflow cqid %u\n", in t4_swcq_produce() 738 __func__, cq->cqid); in t4_swcq_produce() 793 pr_err("cq overflow cqid %u\n", cq->cqid); in t4_next_hw_cqe()
|
/kernel/linux/linux-6.6/include/uapi/rdma/ |
H A D | mana-abi.h | 31 __u32 cqid; member 57 __u32 cqid; member
|
H A D | cxgb4-abi.h | 61 __u32 cqid; member
|
H A D | bnxt_re-abi.h | 96 __u32 cqid; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/rdma/ |
H A D | cxgb3-abi.h | 15 __u32 cqid; member 20 __u32 cqid; member
|
H A D | bnxt_re-abi.h | 28 __u32 cqid; member
|
H A D | cxgb4-abi.h | 21 __u32 cqid; member
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | trace.c | 27 u16 cqid = get_unaligned_le16(cdw10 + 6); in nvme_trace_create_sq() local 30 trace_seq_printf(p, "sqid=%u, qsize=%u, sq_flags=0x%x, cqid=%u", in nvme_trace_create_sq() 31 sqid, qsize, sq_flags, cqid); in nvme_trace_create_sq() 40 u16 cqid = get_unaligned_le16(cdw10); in nvme_trace_delete_cq() local 42 trace_seq_printf(p, "cqid=%u", cqid); in nvme_trace_delete_cq() 51 u16 cqid = get_unaligned_le16(cdw10); in nvme_trace_create_cq() local 56 trace_seq_printf(p, "cqid=%u, qsize=%u, cq_flags=0x%x, irq_vector=%u", in nvme_trace_create_cq() 57 cqid, qsize, cq_flags, irq_vector); in nvme_trace_create_cq()
|
/kernel/linux/linux-5.10/include/uapi/rdma/ |
H A D | bnxt_re-abi.h | 84 __u32 cqid; member
|
H A D | cxgb4-abi.h | 61 __u32 cqid; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/ |
H A D | bnxt_re-abi.h | 50 __u32 cqid; member
|
H A D | cxgb4-abi.h | 34 __u32 cqid; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/rdma/ |
H A D | bnxt_re-abi.h | 50 __u32 cqid; member
|
H A D | cxgb4-abi.h | 34 __u32 cqid; member
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mana/ |
H A D | qp.c | 217 resp.entries[i].cqid = cq->id; in mana_ib_create_qp_rss() 379 resp.cqid = send_cq->id; in mana_ib_create_qp_raw()
|