Symbol: bnxt_re_cq
drivers/infiniband/hw/bnxt_re/ib_verbs.c
1733
struct bnxt_re_cq *cq;
drivers/infiniband/hw/bnxt_re/ib_verbs.c
1778
cq = container_of(init_attr->send_cq, struct bnxt_re_cq, ib_cq);
drivers/infiniband/hw/bnxt_re/ib_verbs.c
1784
cq = container_of(init_attr->recv_cq, struct bnxt_re_cq, ib_cq);
drivers/infiniband/hw/bnxt_re/ib_verbs.c
3466
struct bnxt_re_cq *cq;
drivers/infiniband/hw/bnxt_re/ib_verbs.c
3469
cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq);
drivers/infiniband/hw/bnxt_re/ib_verbs.c
3495
struct bnxt_re_cq *cq = container_of(ibcq, struct bnxt_re_cq, ib_cq);
drivers/infiniband/hw/bnxt_re/ib_verbs.c
3588
struct bnxt_re_cq *cq = container_of(ibcq, struct bnxt_re_cq, ib_cq);
drivers/infiniband/hw/bnxt_re/ib_verbs.c
3637
static void bnxt_re_resize_cq_complete(struct bnxt_re_cq *cq)
drivers/infiniband/hw/bnxt_re/ib_verbs.c
3661
struct bnxt_re_cq *cq;
drivers/infiniband/hw/bnxt_re/ib_verbs.c
3665
cq = container_of(ibcq, struct bnxt_re_cq, ib_cq);
drivers/infiniband/hw/bnxt_re/ib_verbs.c
4229
struct bnxt_re_cq *cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq);
drivers/infiniband/hw/bnxt_re/ib_verbs.c
4371
struct bnxt_re_cq *cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq);
drivers/infiniband/hw/bnxt_re/ib_verbs.h
96
struct bnxt_re_cq *scq;
drivers/infiniband/hw/bnxt_re/ib_verbs.h
97
struct bnxt_re_cq *rcq;
drivers/infiniband/hw/bnxt_re/main.c
1140
struct bnxt_re_cq *cq;
drivers/infiniband/hw/bnxt_re/main.c
1142
cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq);
drivers/infiniband/hw/bnxt_re/main.c
1169
struct bnxt_re_cq *cq;
drivers/infiniband/hw/bnxt_re/main.c
1173
cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq);
drivers/infiniband/hw/bnxt_re/main.c
1379
INIT_RDMA_OBJ_SIZE(ib_cq, bnxt_re_cq, ib_cq),
drivers/infiniband/hw/bnxt_re/main.c
1635
static int bnxt_re_handle_cq_async_error(void *event, struct bnxt_re_cq *cq)
drivers/infiniband/hw/bnxt_re/main.c
1672
struct bnxt_re_cq *cq;
drivers/infiniband/hw/bnxt_re/main.c
1688
cq = container_of(lib_cq, struct bnxt_re_cq, qplib_cq);
drivers/infiniband/hw/bnxt_re/main.c
1739
struct bnxt_re_cq *cq = container_of(handle, struct bnxt_re_cq,
drivers/infiniband/hw/bnxt_re/qplib_fp.c
330
struct bnxt_re_cq *cq_p;
drivers/infiniband/hw/bnxt_re/qplib_fp.c
341
cq_p = container_of(cq, struct bnxt_re_cq, qplib_cq);
drivers/infiniband/hw/bnxt_re/uapi.c
25
static struct bnxt_re_cq *bnxt_re_search_for_cq(struct bnxt_re_dev *rdev, u32 cq_id)
drivers/infiniband/hw/bnxt_re/uapi.c
252
struct bnxt_re_cq *cq;
drivers/infiniband/hw/bnxt_re/uapi.c
27
struct bnxt_re_cq *cq = NULL, *tmp_cq;