bnxt_re_cq
struct bnxt_re_cq *cq;
cq = container_of(init_attr->send_cq, struct bnxt_re_cq, ib_cq);
cq = container_of(init_attr->recv_cq, struct bnxt_re_cq, ib_cq);
struct bnxt_re_cq *cq;
cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq);
struct bnxt_re_cq *cq = container_of(ibcq, struct bnxt_re_cq, ib_cq);
static void bnxt_re_resize_cq_complete(struct bnxt_re_cq *cq)
struct bnxt_re_cq *cq;
cq = container_of(ibcq, struct bnxt_re_cq, ib_cq);
struct bnxt_re_cq *cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq);
struct bnxt_re_cq *cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq);
static struct bnxt_re_cq *bnxt_re_search_for_cq(struct bnxt_re_dev *rdev, u32 cq_id)
struct bnxt_re_cq *cq = NULL, *tmp_cq;
struct bnxt_re_cq *cq;
struct bnxt_re_cq *scq;
struct bnxt_re_cq *rcq;
struct bnxt_re_cq *cq;
cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq);
struct bnxt_re_cq *cq;
cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq);
INIT_RDMA_OBJ_SIZE(ib_cq, bnxt_re_cq, ib_cq),
static int bnxt_re_handle_cq_async_error(void *event, struct bnxt_re_cq *cq)
struct bnxt_re_cq *cq;
cq = container_of(lib_cq, struct bnxt_re_cq, qplib_cq);
struct bnxt_re_cq *cq = container_of(handle, struct bnxt_re_cq,
struct bnxt_re_cq *cq_p;
cq_p = container_of(cq, struct bnxt_re_cq, qplib_cq);