Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_restrack.c80 struct ib_cq *ib_cq) in hns_roce_fill_res_cq_entry()
H A Dhns_roce_cq.c242 int hns_roce_create_cq(struct ib_cq *ib_cq, const struct ib_cq_init_attr *attr, in hns_roce_create_cq()
334 int hns_roce_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata) in hns_roce_destroy_cq()
H A Dhns_roce_qp.c1276 struct ib_cq *ib_cq) in hns_roce_wq_overflow()
H A Dhns_roce_device.h459 struct ib_cq ib_cq; member
1051 static inline struct hns_roce_cq *to_hr_cq(struct ib_cq *ib_cq) in to_hr_cq()
/OK3568_Linux_fs/kernel/net/smc/
H A Dsmc_wr.c147 void smc_wr_tx_cq_handler(struct ib_cq *ib_cq, void *cq_context) in smc_wr_tx_cq_handler()
436 void smc_wr_rx_cq_handler(struct ib_cq *ib_cq, void *cq_context) in smc_wr_rx_cq_handler()
/OK3568_Linux_fs/kernel/include/rdma/
H A Dib_verbs.h1561 struct ib_cq { struct
1562 struct ib_device *device;
1563 struct ib_ucq_object *uobject;
1564 ib_comp_handler comp_handler;
1565 void (*event_handler)(struct ib_event *, void *);
1566 void *cq_context;
1567 int cqe;
1568 unsigned int cqe_used;
1569 atomic_t usecnt; /* count number of work queues */
1570 enum ib_poll_context poll_ctx;
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.h97 struct ib_cq ib_cq; member
H A Dib_verbs.c2802 int bnxt_re_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata) in bnxt_re_destroy_cq()
3424 int bnxt_re_poll_cq(struct ib_cq *ib_cq, int num_entries, struct ib_wc *wc) in bnxt_re_poll_cq()
3557 int bnxt_re_req_notify_cq(struct ib_cq *ib_cq, in bnxt_re_req_notify_cq()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/cxgb4/
H A Dcq.c970 int c4iw_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata) in c4iw_destroy_cq()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dwr.c79 struct ib_cq *ib_cq) in mlx5_wq_overflow()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c1566 struct ib_cq *ib_cq) in mthca_wq_overflow()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/
H A Di40iw_verbs.c1043 static int i40iw_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata) in i40iw_destroy_cq()
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Drdma.c91 struct ib_cq *ib_cq; member
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/
H A Dqp.c3241 static int mlx4_wq_overflow(struct mlx4_ib_wq *wq, int nreq, struct ib_cq *ib_cq) in mlx4_wq_overflow()