Symbol: bnxt_qplib_cq
drivers/infiniband/hw/bnxt_re/ib_verbs.h
108
struct bnxt_qplib_cq qplib_cq;
drivers/infiniband/hw/bnxt_re/main.c
1670
struct bnxt_qplib_cq *lib_cq;
drivers/infiniband/hw/bnxt_re/main.c
1737
struct bnxt_qplib_cq *handle)
drivers/infiniband/hw/bnxt_re/qplib_fp.c
1422
static void __clean_cq(struct bnxt_qplib_cq *cq, u64 qp)
drivers/infiniband/hw/bnxt_re/qplib_fp.c
162
struct bnxt_qplib_cq *cq = nq_work->cq;
drivers/infiniband/hw/bnxt_re/qplib_fp.c
2089
int bnxt_qplib_create_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq)
drivers/infiniband/hw/bnxt_re/qplib_fp.c
2184
struct bnxt_qplib_cq *cq)
drivers/infiniband/hw/bnxt_re/qplib_fp.c
2192
int bnxt_qplib_resize_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq,
drivers/infiniband/hw/bnxt_re/qplib_fp.c
2232
int bnxt_qplib_destroy_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq)
drivers/infiniband/hw/bnxt_re/qplib_fp.c
2361
static int do_wa9060(struct bnxt_qplib_qp *qp, struct bnxt_qplib_cq *cq,
drivers/infiniband/hw/bnxt_re/qplib_fp.c
239
static void clean_nq(struct bnxt_qplib_nq *nq, struct bnxt_qplib_cq *cq)
drivers/infiniband/hw/bnxt_re/qplib_fp.c
2484
static int bnxt_qplib_cq_process_req(struct bnxt_qplib_cq *cq,
drivers/infiniband/hw/bnxt_re/qplib_fp.c
2610
static int bnxt_qplib_cq_process_res_rc(struct bnxt_qplib_cq *cq,
drivers/infiniband/hw/bnxt_re/qplib_fp.c
2690
static int bnxt_qplib_cq_process_res_ud(struct bnxt_qplib_cq *cq,
drivers/infiniband/hw/bnxt_re/qplib_fp.c
2777
bool bnxt_qplib_is_cq_empty(struct bnxt_qplib_cq *cq)
drivers/infiniband/hw/bnxt_re/qplib_fp.c
2788
static int bnxt_qplib_cq_process_res_raweth_qp1(struct bnxt_qplib_cq *cq,
drivers/infiniband/hw/bnxt_re/qplib_fp.c
2881
static int bnxt_qplib_cq_process_terminal(struct bnxt_qplib_cq *cq,
drivers/infiniband/hw/bnxt_re/qplib_fp.c
289
static void __wait_for_all_nqes(struct bnxt_qplib_cq *cq, u16 cnq_events)
drivers/infiniband/hw/bnxt_re/qplib_fp.c
2983
static int bnxt_qplib_cq_process_cutoff(struct bnxt_qplib_cq *cq,
drivers/infiniband/hw/bnxt_re/qplib_fp.c
2999
int bnxt_qplib_process_flush_list(struct bnxt_qplib_cq *cq,
drivers/infiniband/hw/bnxt_re/qplib_fp.c
3022
int bnxt_qplib_poll_cq(struct bnxt_qplib_cq *cq, struct bnxt_qplib_cqe *cqe,
drivers/infiniband/hw/bnxt_re/qplib_fp.c
305
struct bnxt_qplib_cq *cq;
drivers/infiniband/hw/bnxt_re/qplib_fp.c
3108
void bnxt_qplib_req_notify_cq(struct bnxt_qplib_cq *cq, u32 arm_type)
drivers/infiniband/hw/bnxt_re/qplib_fp.c
335
cq = (struct bnxt_qplib_cq *)(unsigned long)q_handle;
drivers/infiniband/hw/bnxt_re/qplib_fp.c
62
static void __clean_cq(struct bnxt_qplib_cq *cq, u64 qp);
drivers/infiniband/hw/bnxt_re/qplib_fp.c
74
struct bnxt_qplib_cq *scq, *rcq;
drivers/infiniband/hw/bnxt_re/qplib_fp.h
100
struct bnxt_qplib_cq *cq;
drivers/infiniband/hw/bnxt_re/qplib_fp.h
316
struct bnxt_qplib_cq *scq;
drivers/infiniband/hw/bnxt_re/qplib_fp.h
317
struct bnxt_qplib_cq *rcq;
drivers/infiniband/hw/bnxt_re/qplib_fp.h
519
struct bnxt_qplib_cq *cq);
drivers/infiniband/hw/bnxt_re/qplib_fp.h
545
struct bnxt_qplib_cq *cq;
drivers/infiniband/hw/bnxt_re/qplib_fp.h
585
int bnxt_qplib_create_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq);
drivers/infiniband/hw/bnxt_re/qplib_fp.h
586
int bnxt_qplib_resize_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq,
drivers/infiniband/hw/bnxt_re/qplib_fp.h
589
struct bnxt_qplib_cq *cq);
drivers/infiniband/hw/bnxt_re/qplib_fp.h
590
int bnxt_qplib_destroy_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq);
drivers/infiniband/hw/bnxt_re/qplib_fp.h
591
int bnxt_qplib_poll_cq(struct bnxt_qplib_cq *cq, struct bnxt_qplib_cqe *cqe,
drivers/infiniband/hw/bnxt_re/qplib_fp.h
593
bool bnxt_qplib_is_cq_empty(struct bnxt_qplib_cq *cq);
drivers/infiniband/hw/bnxt_re/qplib_fp.h
594
void bnxt_qplib_req_notify_cq(struct bnxt_qplib_cq *cq, u32 arm_type);
drivers/infiniband/hw/bnxt_re/qplib_fp.h
602
int bnxt_qplib_process_flush_list(struct bnxt_qplib_cq *cq,