Home
last modified time | relevance | path

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

/linux-6.6.21/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.c356 int hns_roce_create_cq(struct ib_cq *ib_cq, const struct ib_cq_init_attr *attr, in hns_roce_create_cq()
436 int hns_roce_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata) in hns_roce_destroy_cq()
Dhns_roce_qp.c1443 struct ib_cq *ib_cq) in hns_roce_wq_overflow()
Dhns_roce_device.h406 struct ib_cq ib_cq; member
1021 static inline struct hns_roce_cq *to_hr_cq(struct ib_cq *ib_cq) in to_hr_cq()
Dhns_roce_hw_v2.c4224 static inline int get_cqn(struct ib_cq *ib_cq) in get_cqn()
/linux-6.6.21/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.6.21/include/rdma/
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 …]
/linux-6.6.21/drivers/infiniband/hw/bnxt_re/
Dib_verbs.h99 struct ib_cq ib_cq; member
Dib_verbs.c2900 int bnxt_re_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata) in bnxt_re_destroy_cq()
3622 int bnxt_re_poll_cq(struct ib_cq *ib_cq, int num_entries, struct ib_wc *wc) in bnxt_re_poll_cq()
3760 int bnxt_re_req_notify_cq(struct ib_cq *ib_cq, in bnxt_re_req_notify_cq()
/linux-6.6.21/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.6.21/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.6.21/drivers/infiniband/hw/mthca/
Dmthca_qp.c1569 struct ib_cq *ib_cq) in mthca_wq_overflow()
/linux-6.6.21/drivers/nvme/host/
Drdma.c91 struct ib_cq *ib_cq; member
/linux-6.6.21/drivers/infiniband/hw/mlx4/
Dqp.c3278 static int mlx4_wq_overflow(struct mlx4_ib_wq *wq, int nreq, struct ib_cq *ib_cq) in mlx4_wq_overflow()
/linux-6.6.21/drivers/infiniband/hw/irdma/
Dverbs.c1848 static int irdma_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata) in irdma_destroy_cq()