Symbol: bnxt_re_cq
drivers/infiniband/hw/bnxt_re/ib_verbs.c
1473
struct bnxt_re_cq *cq;
drivers/infiniband/hw/bnxt_re/ib_verbs.c
1508
cq = container_of(init_attr->send_cq, struct bnxt_re_cq, ib_cq);
drivers/infiniband/hw/bnxt_re/ib_verbs.c
1514
cq = container_of(init_attr->recv_cq, struct bnxt_re_cq, ib_cq);
drivers/infiniband/hw/bnxt_re/ib_verbs.c
3124
struct bnxt_re_cq *cq;
drivers/infiniband/hw/bnxt_re/ib_verbs.c
3126
cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq);
drivers/infiniband/hw/bnxt_re/ib_verbs.c
3148
struct bnxt_re_cq *cq = container_of(ibcq, struct bnxt_re_cq, ib_cq);
drivers/infiniband/hw/bnxt_re/ib_verbs.c
3259
static void bnxt_re_resize_cq_complete(struct bnxt_re_cq *cq)
drivers/infiniband/hw/bnxt_re/ib_verbs.c
3282
struct bnxt_re_cq *cq;
drivers/infiniband/hw/bnxt_re/ib_verbs.c
3285
cq = container_of(ibcq, struct bnxt_re_cq, ib_cq);
drivers/infiniband/hw/bnxt_re/ib_verbs.c
3855
struct bnxt_re_cq *cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq);
drivers/infiniband/hw/bnxt_re/ib_verbs.c
3997
struct bnxt_re_cq *cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq);
drivers/infiniband/hw/bnxt_re/ib_verbs.c
4557
static struct bnxt_re_cq *bnxt_re_search_for_cq(struct bnxt_re_dev *rdev, u32 cq_id)
drivers/infiniband/hw/bnxt_re/ib_verbs.c
4559
struct bnxt_re_cq *cq = NULL, *tmp_cq;
drivers/infiniband/hw/bnxt_re/ib_verbs.c
4849
struct bnxt_re_cq *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
1142
struct bnxt_re_cq *cq;
drivers/infiniband/hw/bnxt_re/main.c
1144
cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq);
drivers/infiniband/hw/bnxt_re/main.c
1171
struct bnxt_re_cq *cq;
drivers/infiniband/hw/bnxt_re/main.c
1175
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);