Home
last modified time | relevance | path

Searched defs:ibcq (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/infiniband/sw/rdmavt/
H A Dcq.c159 int rvt_create_cq(struct ib_cq *ibcq, const struct ib_cq_init_attr *attr, in rvt_create_cq()
278 int rvt_destroy_cq(struct ib_cq *ibcq, struct ib_udata *udata) in rvt_destroy_cq()
304 int rvt_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) in rvt_req_notify_cq()
340 int rvt_resize_cq(struct ib_cq *ibcq, int cqe, struct ib_udata *udata) in rvt_resize_cq()
478 int rvt_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *entry) in rvt_poll_cq()
/linux/drivers/infiniband/hw/mlx5/
H A Dcq.c46 struct ib_cq *ibcq = &to_mibcq(cq)->ibcq; in mlx5_ib_cq_comp() local
55 struct ib_cq *ibcq = &cq->ibcq; in mlx5_ib_cq_event() local
610 int mlx5_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in mlx5_ib_poll_cq()
647 int mlx5_ib_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in mlx5_ib_arm_cq()
952 int mlx5_ib_create_cq(struct ib_cq *ibcq, const struct ib_cq_init_attr *attr, in mlx5_ib_create_cq()
1285 int mlx5_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata) in mlx5_ib_resize_cq()
1434 int mlx5_ib_get_cqe_size(struct ib_cq *ibcq) in mlx5_ib_get_cqe_size()
1446 int mlx5_ib_generate_wc(struct ib_cq *ibcq, struct ib_wc *wc) in mlx5_ib_generate_wc()
/linux/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_cq.c63 int pvrdma_req_notify_cq(struct ib_cq *ibcq, in pvrdma_req_notify_cq()
101 int pvrdma_create_cq(struct ib_cq *ibcq, const struct ib_cq_init_attr *attr, in pvrdma_create_cq()
387 int pvrdma_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in pvrdma_poll_cq()
H A Dpvrdma.h87 struct ib_cq ibcq; member
274 static inline struct pvrdma_cq *to_vcq(struct ib_cq *ibcq) in to_vcq()
/linux/include/rdma/
H A Drdmavt_cq.h47 struct ib_cq ibcq; member
60 static inline struct rvt_cq *ibcq_to_rvtcq(struct ib_cq *ibcq) in ibcq_to_rvtcq()
/linux/drivers/infiniband/hw/cxgb4/
H A Dcq.c949 int c4iw_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in c4iw_poll_cq()
997 int c4iw_create_cq(struct ib_cq *ibcq, const struct ib_cq_init_attr *attr, in c4iw_create_cq()
1167 int c4iw_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in c4iw_arm_cq()
H A Drestrack.c372 int c4iw_fill_res_cq_entry(struct sk_buff *msg, struct ib_cq *ibcq) in c4iw_fill_res_cq_entry()
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_cq.c509 struct ib_cq *ibcq; in hns_roce_cq_completion() local
530 struct ib_cq *ibcq; in hns_roce_cq_event() local
H A Dhns_roce_hw_v2.c3664 static int hns_roce_v2_req_notify_cq(struct ib_cq *ibcq, in hns_roce_v2_req_notify_cq()
4013 static int hns_roce_v2_poll_cq(struct ib_cq *ibcq, int num_entries, in hns_roce_v2_poll_cq()
/linux/drivers/infiniband/hw/usnic/
H A Dusnic_ib.h65 struct ib_cq ibcq; member
/linux/drivers/infiniband/hw/efa/
H A Defa_verbs.c162 static inline struct efa_cq *to_ecq(struct ib_cq *ibcq) in to_ecq()
1076 int efa_destroy_cq(struct ib_cq *ibcq, struct ib_udata *udata) in efa_destroy_cq()
1134 int efa_create_cq_umem(struct ib_cq *ibcq, const struct ib_cq_init_attr *attr, in efa_create_cq_umem()
1311 int efa_create_cq(struct ib_cq *ibcq, const struct ib_cq_init_attr *attr, in efa_create_cq()
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c654 int mthca_poll_cq(struct ib_cq *ibcq, int num_entries, in mthca_poll_cq()
736 int mthca_arbel_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in mthca_arbel_arm_cq()
H A Dmthca_provider.h184 struct ib_cq ibcq; member
301 static inline struct mthca_cq *to_mcq(struct ib_cq *ibcq) in to_mcq()
/linux/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.c670 int qedr_gsi_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in qedr_gsi_poll_cq()
H A Dmain.c656 struct ib_cq *ibcq; in qedr_affiliated_event() local
H A Dqedr.h281 struct ib_cq ibcq; member
589 static inline struct qedr_cq *get_qedr_cq(struct ib_cq *ibcq) in get_qedr_cq()
/linux/drivers/infiniband/hw/irdma/
H A Dverbs.c2015 static int irdma_resize_cq(struct ib_cq *ibcq, int entries, in irdma_resize_cq()
2464 static int irdma_create_cq(struct ib_cq *ibcq, in irdma_create_cq()
4461 static int irdma_poll_cq(struct ib_cq *ibcq, int num_entries, in irdma_poll_cq()
4482 static int irdma_req_notify_cq(struct ib_cq *ibcq, in irdma_req_notify_cq()
H A Dverbs.h141 struct ib_cq ibcq; member
/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma.h316 struct ib_cq ibcq; member
471 static inline struct ocrdma_cq *get_ocrdma_cq(struct ib_cq *ibcq) in get_ocrdma_cq()
/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c3123 int bnxt_re_create_cq(struct ib_cq *ibcq, const struct ib_cq_init_attr *attr, in bnxt_re_create_cq()
3253 int bnxt_re_resize_cq(struct ib_cq *ibcq, int cqe, struct ib_udata *udata) in bnxt_re_resize_cq()