Searched defs:ib_cq (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.15/drivers/infiniband/hw/hns/ |
D | hns_roce_restrack.c | 80 struct ib_cq *ib_cq) in hns_roce_fill_res_cq_entry()
|
D | hns_roce_cq.c | 355 int hns_roce_create_cq(struct ib_cq *ib_cq, const struct ib_cq_init_attr *attr, in hns_roce_create_cq() 439 int hns_roce_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata) in hns_roce_destroy_cq()
|
D | hns_roce_qp.c | 1415 struct ib_cq *ib_cq) in hns_roce_wq_overflow()
|
D | hns_roce_device.h | 434 struct ib_cq ib_cq; member 1042 static inline struct hns_roce_cq *to_hr_cq(struct ib_cq *ib_cq) in to_hr_cq()
|
D | hns_roce_hw_v2.c | 4066 static inline int get_cqn(struct ib_cq *ib_cq) in get_cqn()
|
/Linux-v5.15/net/smc/ |
D | smc_wr.c | 160 void smc_wr_tx_cq_handler(struct ib_cq *ib_cq, void *cq_context) in smc_wr_tx_cq_handler() 466 void smc_wr_rx_cq_handler(struct ib_cq *ib_cq, void *cq_context) in smc_wr_rx_cq_handler()
|
/Linux-v5.15/include/rdma/ |
D | ib_verbs.h | 1566 struct ib_cq { struct 1567 struct ib_device *device; 1568 struct ib_ucq_object *uobject; 1569 ib_comp_handler comp_handler; 1570 void (*event_handler)(struct ib_event *, void *); 1571 void *cq_context; 1572 int cqe; 1573 unsigned int cqe_used; 1574 atomic_t usecnt; /* count number of work queues */ 1575 enum ib_poll_context poll_ctx; [all …]
|
/Linux-v5.15/drivers/infiniband/hw/bnxt_re/ |
D | ib_verbs.h | 97 struct ib_cq ib_cq; member
|
D | ib_verbs.c | 2785 int bnxt_re_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata) in bnxt_re_destroy_cq() 3404 int bnxt_re_poll_cq(struct ib_cq *ib_cq, int num_entries, struct ib_wc *wc) in bnxt_re_poll_cq() 3533 int bnxt_re_req_notify_cq(struct ib_cq *ib_cq, in bnxt_re_req_notify_cq()
|
/Linux-v5.15/drivers/infiniband/hw/cxgb4/ |
D | cq.c | 976 int c4iw_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata) in c4iw_destroy_cq()
|
/Linux-v5.15/drivers/infiniband/hw/mlx5/ |
D | wr.c | 79 struct ib_cq *ib_cq) in mlx5_wq_overflow()
|
/Linux-v5.15/drivers/infiniband/hw/mthca/ |
D | mthca_qp.c | 1569 struct ib_cq *ib_cq) in mthca_wq_overflow()
|
/Linux-v5.15/drivers/nvme/host/ |
D | rdma.c | 91 struct ib_cq *ib_cq; member
|
/Linux-v5.15/drivers/infiniband/hw/mlx4/ |
D | qp.c | 3237 static int mlx4_wq_overflow(struct mlx4_ib_wq *wq, int nreq, struct ib_cq *ib_cq) in mlx4_wq_overflow()
|
/Linux-v5.15/drivers/infiniband/hw/irdma/ |
D | verbs.c | 1746 static int irdma_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata) in irdma_destroy_cq()
|