Searched defs:ib_cq (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/net/smc/ |
D | smc_wr.c | 137 void smc_wr_tx_cq_handler(struct ib_cq *ib_cq, void *cq_context) in smc_wr_tx_cq_handler() 405 void smc_wr_rx_cq_handler(struct ib_cq *ib_cq, void *cq_context) in smc_wr_rx_cq_handler()
|
/Linux-v4.19/drivers/infiniband/hw/hns/ |
D | hns_roce_cq.c | 454 int hns_roce_ib_destroy_cq(struct ib_cq *ib_cq) in hns_roce_ib_destroy_cq()
|
D | hns_roce_qp.c | 1087 struct ib_cq *ib_cq) in hns_roce_wq_overflow()
|
D | hns_roce_device.h | 401 struct ib_cq ib_cq; member 871 static inline struct hns_roce_cq *to_hr_cq(struct ib_cq *ib_cq) in to_hr_cq()
|
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/ |
D | ib_verbs.h | 101 struct ib_cq ib_cq; member
|
D | ib_verbs.c | 2556 int bnxt_re_destroy_cq(struct ib_cq *ib_cq) in bnxt_re_destroy_cq() 3159 int bnxt_re_poll_cq(struct ib_cq *ib_cq, int num_entries, struct ib_wc *wc) in bnxt_re_poll_cq() 3291 int bnxt_re_req_notify_cq(struct ib_cq *ib_cq, in bnxt_re_req_notify_cq()
|
/Linux-v4.19/drivers/infiniband/hw/cxgb4/ |
D | cq.c | 971 int c4iw_destroy_cq(struct ib_cq *ib_cq) in c4iw_destroy_cq()
|
/Linux-v4.19/include/rdma/ |
D | ib_verbs.h | 1578 struct ib_cq { struct 1579 struct ib_device *device; 1580 struct ib_uobject *uobject; 1581 ib_comp_handler comp_handler; 1582 void (*event_handler)(struct ib_event *, void *); 1583 void *cq_context; 1584 int cqe; 1608 struct ib_cq *cq; argument
|
/Linux-v4.19/drivers/infiniband/hw/cxgb3/ |
D | iwch_provider.c | 94 static int iwch_destroy_cq(struct ib_cq *ib_cq) in iwch_destroy_cq()
|
/Linux-v4.19/drivers/infiniband/hw/mthca/ |
D | mthca_qp.c | 1558 struct ib_cq *ib_cq) in mthca_wq_overflow()
|
/Linux-v4.19/drivers/nvme/host/ |
D | rdma.c | 89 struct ib_cq *ib_cq; member
|
/Linux-v4.19/drivers/infiniband/hw/nes/ |
D | nes_verbs.c | 1663 static int nes_destroy_cq(struct ib_cq *ib_cq) in nes_destroy_cq()
|
/Linux-v4.19/drivers/infiniband/hw/i40iw/ |
D | i40iw_verbs.c | 1100 static int i40iw_destroy_cq(struct ib_cq *ib_cq) in i40iw_destroy_cq()
|
/Linux-v4.19/drivers/infiniband/hw/mlx4/ |
D | qp.c | 3197 static int mlx4_wq_overflow(struct mlx4_ib_wq *wq, int nreq, struct ib_cq *ib_cq) in mlx4_wq_overflow()
|
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | qp.c | 3485 static int mlx5_wq_overflow(struct mlx5_ib_wq *wq, int nreq, struct ib_cq *ib_cq) in mlx5_wq_overflow()
|