Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/infiniband/hw/hns/
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()
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()
441 int hns_roce_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata) in hns_roce_destroy_cq()
Dhns_roce_qp.c1554 struct ib_cq *ib_cq) in hns_roce_wq_overflow()
Dhns_roce_device.h426 struct ib_cq ib_cq; member
1071 static inline struct hns_roce_cq *to_hr_cq(struct ib_cq *ib_cq) in to_hr_cq()
Dhns_roce_hw_v2.c4294 static inline int get_cqn(struct ib_cq *ib_cq) in get_cqn()
/linux-6.14.4/net/smc/
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()
/linux-6.14.4/include/rdma/
Dib_verbs.h1590 struct ib_cq { struct
1591 struct ib_device *device;
1592 struct ib_ucq_object *uobject;
1593 ib_comp_handler comp_handler;
1594 void (*event_handler)(struct ib_event *, void *);
1595 void *cq_context;
1596 int cqe;
1597 unsigned int cqe_used;
1598 atomic_t usecnt; /* count number of work queues */
1599 enum ib_poll_context poll_ctx;
[all …]
/linux-6.14.4/drivers/infiniband/hw/cxgb4/
Dcq.c976 int c4iw_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata) in c4iw_destroy_cq()
/linux-6.14.4/drivers/infiniband/hw/bnxt_re/
Dib_verbs.h102 struct ib_cq ib_cq; member
Dmain.c1064 static int bnxt_re_fill_res_cq_entry(struct sk_buff *msg, struct ib_cq *ib_cq) in bnxt_re_fill_res_cq_entry()
1094 static int bnxt_re_fill_res_cq_entry_raw(struct sk_buff *msg, struct ib_cq *ib_cq) in bnxt_re_fill_res_cq_entry_raw()
Dib_verbs.c3050 int bnxt_re_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata) in bnxt_re_destroy_cq()
3785 int bnxt_re_poll_cq(struct ib_cq *ib_cq, int num_entries, struct ib_wc *wc) in bnxt_re_poll_cq()
3926 int bnxt_re_req_notify_cq(struct ib_cq *ib_cq, in bnxt_re_req_notify_cq()
/linux-6.14.4/drivers/infiniband/hw/mlx5/
Dwr.c29 int mlx5r_wq_overflow(struct mlx5_ib_wq *wq, int nreq, struct ib_cq *ib_cq) in mlx5r_wq_overflow()
/linux-6.14.4/drivers/infiniband/hw/mthca/
Dmthca_qp.c1569 struct ib_cq *ib_cq) in mthca_wq_overflow()
/linux-6.14.4/drivers/nvme/host/
Drdma.c91 struct ib_cq *ib_cq; member
/linux-6.14.4/drivers/infiniband/hw/mlx4/
Dqp.c3286 static int mlx4_wq_overflow(struct mlx4_ib_wq *wq, int nreq, struct ib_cq *ib_cq) in mlx4_wq_overflow()
/linux-6.14.4/drivers/infiniband/hw/irdma/
Dverbs.c1847 static int irdma_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata) in irdma_destroy_cq()