Home
last modified time | relevance | path

Searched defs:ib_cq (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_restrack.c12 int hns_roce_fill_res_cq_entry(struct sk_buff *msg, struct ib_cq *ib_cq) in hns_roce_fill_res_cq_entry()
43 int hns_roce_fill_res_cq_entry_raw(struct sk_buff *msg, struct ib_cq *ib_cq) in hns_roce_fill_res_cq_entry_raw()
H A Dhns_roce_cq.c355 int hns_roce_create_cq(struct ib_cq *ib_cq, const struct ib_cq_init_attr *attr, in hns_roce_create_cq()
435 int hns_roce_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata) in hns_roce_destroy_cq()
H A Dhns_roce_qp.c1459 struct ib_cq *ib_cq) in hns_roce_wq_overflow()
H A Dhns_roce_device.h412 struct ib_cq ib_cq; member
1027 static inline struct hns_roce_cq *to_hr_cq(struct ib_cq *ib_cq) in to_hr_cq()
H A Dhns_roce_hw_v2.c4225 static inline int get_cqn(struct ib_cq *ib_cq) in get_cqn()
/openbmc/linux/net/smc/
H A Dsmc_wr.c162 void smc_wr_tx_cq_handler(struct ib_cq *ib_cq, void *cq_context) in smc_wr_tx_cq_handler()
504 void smc_wr_rx_cq_handler(struct ib_cq *ib_cq, void *cq_context) in smc_wr_rx_cq_handler()
/openbmc/linux/include/rdma/
H A Dib_verbs.h1591 struct ib_cq { struct
1592 struct ib_device *device;
1593 struct ib_ucq_object *uobject;
1594 ib_comp_handler comp_handler;
1595 void (*event_handler)(struct ib_event *, void *);
1596 void *cq_context;
1597 int cqe;
1598 unsigned int cqe_used;
1599 atomic_t usecnt; /* count number of work queues */
1600 enum ib_poll_context poll_ctx;
[all …]
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dcq.c976 int c4iw_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata) in c4iw_destroy_cq()
/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.h99 struct ib_cq ib_cq; member
H A Dib_verbs.c2931 bnxt_re_destroy_cq(struct ib_cq * ib_cq,struct ib_udata * udata) bnxt_re_destroy_cq() argument
3652 bnxt_re_poll_cq(struct ib_cq * ib_cq,int num_entries,struct ib_wc * wc) bnxt_re_poll_cq() argument
3793 bnxt_re_req_notify_cq(struct ib_cq * ib_cq,enum ib_cq_notify_flags ib_cqn_flags) bnxt_re_req_notify_cq() argument
[all...]
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dwr.c29 int mlx5r_wq_overflow(struct mlx5_ib_wq *wq, int nreq, struct ib_cq *ib_cq) in mlx5r_wq_overflow()
/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c1569 struct ib_cq *ib_cq) in mthca_wq_overflow()
/openbmc/linux/drivers/nvme/host/
H A Drdma.c91 struct ib_cq *ib_cq; member
/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dqp.c3278 static int mlx4_wq_overflow(struct mlx4_ib_wq *wq, int nreq, struct ib_cq *ib_cq) in mlx4_wq_overflow()
/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dverbs.c1847 static int irdma_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata) in irdma_destroy_cq()