Home
last modified time | relevance | path

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

12

/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/mlx4/
H A Dcq.c45 struct ib_cq *ibcq = &to_mibcq(cq)->ibcq; in mlx4_ib_cq_comp() local
52 struct ib_cq *ibcq; in mlx4_ib_cq_event() local
174 int mlx4_ib_create_cq(struct ib_cq *ibcq, const struct ib_cq_init_attr *attr, in mlx4_ib_create_cq()
380 int mlx4_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata) in mlx4_ib_resize_cq()
878 int mlx4_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in mlx4_ib_poll_cq()
905 int mlx4_ib_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in mlx4_ib_arm_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()
1271 int mlx5_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata) in mlx5_ib_resize_cq()
1420 int mlx5_ib_get_cqe_size(struct ib_cq *ibcq) in mlx5_ib_get_cqe_size()
1432 int mlx5_ib_generate_wc(struct ib_cq *ibcq, struct ib_wc *wc) in mlx5_ib_generate_wc()
H A Drestrack.c151 static int fill_res_cq_entry_raw(struct sk_buff *msg, struct ib_cq *ibcq) in fill_res_cq_entry_raw()
/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/drivers/infiniband/hw/mana/
H A Dcq.c8 int mana_ib_create_cq(struct ib_cq *ibcq, const struct ib_cq_init_attr *attr, in mana_ib_create_cq()
88 int mana_ib_destroy_cq(struct ib_cq *ibcq, struct ib_udata *udata) in mana_ib_destroy_cq()
H A Dqp.c108 struct ib_cq *ibcq; in mana_ib_create_qp_rss() local
/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/erdma/
H A Derdma_cq.c33 int erdma_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in erdma_req_notify_cq()
181 int erdma_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in erdma_poll_cq()
/linux/drivers/infiniband/sw/rxe/
H A Drxe_verbs.c1055 static int rxe_create_cq(struct ib_cq *ibcq, const struct ib_cq_init_attr *attr, in rxe_create_cq()
1110 static int rxe_resize_cq(struct ib_cq *ibcq, int cqe, struct ib_udata *udata) in rxe_resize_cq()
1145 static int rxe_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in rxe_poll_cq()
1166 static int rxe_peek_cq(struct ib_cq *ibcq, int wc_cnt) in rxe_peek_cq()
1176 static int rxe_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in rxe_req_notify_cq()
1195 static int rxe_destroy_cq(struct ib_cq *ibcq, struct ib_udata *udata) in rxe_destroy_cq()
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_cq.c457 struct ib_cq *ibcq; in hns_roce_cq_completion() local
478 struct ib_cq *ibcq; in hns_roce_cq_event() local
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c575 static int mthca_create_cq(struct ib_cq *ibcq, in mthca_create_cq()
697 static int mthca_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata) in mthca_resize_cq()
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/ocrdma/
H A Docrdma_verbs.c965 int ocrdma_create_cq(struct ib_cq *ibcq, const struct ib_cq_init_attr *attr, in ocrdma_create_cq()
1014 int ocrdma_resize_cq(struct ib_cq *ibcq, int new_cnt, in ocrdma_resize_cq()
1054 int ocrdma_destroy_cq(struct ib_cq *ibcq, struct ib_udata *udata) in ocrdma_destroy_cq()
2838 int ocrdma_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in ocrdma_poll_cq()
2874 int ocrdma_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags cq_flags) in ocrdma_arm_cq()
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/usnic/
H A Dusnic_ib.h65 struct ib_cq ibcq; member
H A Dusnic_ib_verbs.c579 int usnic_ib_create_cq(struct ib_cq *ibcq, const struct ib_cq_init_attr *attr, in usnic_ib_create_cq()
/linux/drivers/infiniband/hw/cxgb4/
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/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 Dverbs.c866 int qedr_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in qedr_arm_cq()
902 int qedr_create_cq(struct ib_cq *ibcq, const struct ib_cq_init_attr *attr, in qedr_create_cq()
1060 int qedr_destroy_cq(struct ib_cq *ibcq, struct ib_udata *udata) in qedr_destroy_cq()
4410 int qedr_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in qedr_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 Dutils.c763 void irdma_cq_add_ref(struct ib_cq *ibcq) in irdma_cq_add_ref()
770 void irdma_cq_rem_ref(struct ib_cq *ibcq) in irdma_cq_rem_ref()

12