Searched defs:ib_cq (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_restrack.c | 80 struct ib_cq *ib_cq) in hns_roce_fill_res_cq_entry()
|
| H A 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() 334 int hns_roce_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata) in hns_roce_destroy_cq()
|
| H A D | hns_roce_qp.c | 1276 struct ib_cq *ib_cq) in hns_roce_wq_overflow()
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/net/smc/ |
| H A D | smc_wr.c | 147 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 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/bnxt_re/ |
| H A D | ib_verbs.h | 97 struct ib_cq ib_cq; member
|
| H A D | ib_verbs.c | 2802 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 D | cq.c | 970 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 D | wr.c | 79 struct ib_cq *ib_cq) in mlx5_wq_overflow()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mthca/ |
| H A D | mthca_qp.c | 1566 struct ib_cq *ib_cq) in mthca_wq_overflow()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/ |
| H A D | i40iw_verbs.c | 1043 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 D | rdma.c | 91 struct ib_cq *ib_cq; member
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/ |
| H A D | qp.c | 3241 static int mlx4_wq_overflow(struct mlx4_ib_wq *wq, int nreq, struct ib_cq *ib_cq) in mlx4_wq_overflow()
|