Searched defs:ib_cq (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.10/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 | 242 int hns_roce_create_cq(struct ib_cq *ib_cq, const struct ib_cq_init_attr *attr, in hns_roce_create_cq() 332 int hns_roce_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata) in hns_roce_destroy_cq()
|
D | hns_roce_qp.c | 1263 struct ib_cq *ib_cq) in hns_roce_wq_overflow()
|
D | hns_roce_device.h | 459 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()
|
/Linux-v5.10/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() 463 void smc_wr_rx_cq_handler(struct ib_cq *ib_cq, void *cq_context) in smc_wr_rx_cq_handler()
|
/Linux-v5.10/include/rdma/ |
D | ib_verbs.h | 1561 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 …]
|
/Linux-v5.10/drivers/infiniband/hw/bnxt_re/ |
D | ib_verbs.h | 97 struct ib_cq ib_cq; member
|
D | ib_verbs.c | 2800 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() 3549 int bnxt_re_req_notify_cq(struct ib_cq *ib_cq, in bnxt_re_req_notify_cq()
|
/Linux-v5.10/drivers/infiniband/hw/cxgb4/ |
D | cq.c | 970 int c4iw_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata) in c4iw_destroy_cq()
|
/Linux-v5.10/drivers/infiniband/hw/mlx5/ |
D | wr.c | 79 struct ib_cq *ib_cq) in mlx5_wq_overflow()
|
/Linux-v5.10/drivers/infiniband/hw/mthca/ |
D | mthca_qp.c | 1566 struct ib_cq *ib_cq) in mthca_wq_overflow()
|
/Linux-v5.10/drivers/infiniband/hw/i40iw/ |
D | i40iw_verbs.c | 1043 static int i40iw_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata) in i40iw_destroy_cq()
|
/Linux-v5.10/drivers/nvme/host/ |
D | rdma.c | 91 struct ib_cq *ib_cq; member
|
/Linux-v5.10/drivers/infiniband/hw/mlx4/ |
D | qp.c | 3239 static int mlx4_wq_overflow(struct mlx4_ib_wq *wq, int nreq, struct ib_cq *ib_cq) in mlx4_wq_overflow()
|