Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/hns/
Dhns_roce_restrack.c14 int hns_roce_fill_res_cq_entry(struct sk_buff *msg, struct ib_cq *ib_cq) in hns_roce_fill_res_cq_entry()
45 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.c1491 struct ib_cq *ib_cq) in hns_roce_wq_overflow()
Dhns_roce_device.h404 struct ib_cq ib_cq; member
1008 static inline struct hns_roce_cq *to_hr_cq(struct ib_cq *ib_cq) in to_hr_cq()
Dhns_roce_hw_v2.c4396 static inline int get_cqn(struct ib_cq *ib_cq) in get_cqn()
/linux-6.1.9/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()
505 void smc_wr_rx_cq_handler(struct ib_cq *ib_cq, void *cq_context) in smc_wr_rx_cq_handler()
/linux-6.1.9/include/rdma/
Dib_verbs.h1581 struct ib_cq { struct
1582 struct ib_device *device;
1583 struct ib_ucq_object *uobject;
1584 ib_comp_handler comp_handler;
1585 void (*event_handler)(struct ib_event *, void *);
1586 void *cq_context;
1587 int cqe;
1588 unsigned int cqe_used;
1589 atomic_t usecnt; /* count number of work queues */
1590 enum ib_poll_context poll_ctx;
[all …]
/linux-6.1.9/drivers/infiniband/hw/bnxt_re/
Dib_verbs.h97 struct ib_cq ib_cq; member
Dib_verbs.c2791 int bnxt_re_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata) in bnxt_re_destroy_cq()
3416 int bnxt_re_poll_cq(struct ib_cq *ib_cq, int num_entries, struct ib_wc *wc) in bnxt_re_poll_cq()
3545 int bnxt_re_req_notify_cq(struct ib_cq *ib_cq, in bnxt_re_req_notify_cq()
/linux-6.1.9/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.1.9/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.1.9/drivers/infiniband/hw/mthca/
Dmthca_qp.c1569 struct ib_cq *ib_cq) in mthca_wq_overflow()
/linux-6.1.9/drivers/nvme/host/
Drdma.c92 struct ib_cq *ib_cq; member
/linux-6.1.9/drivers/infiniband/hw/mlx4/
Dqp.c3239 static int mlx4_wq_overflow(struct mlx4_ib_wq *wq, int nreq, struct ib_cq *ib_cq) in mlx4_wq_overflow()
/linux-6.1.9/drivers/infiniband/hw/irdma/
Dverbs.c1770 static int irdma_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata) in irdma_destroy_cq()