Home
last modified time | relevance | path

Searched refs:qedr_cq (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/qedr/
Dqedr.h167 struct qedr_cq *gsi_sqcq;
168 struct qedr_cq *gsi_rqcq;
270 struct qedr_cq { struct
391 struct qedr_cq *sq_cq;
392 struct qedr_cq *rq_cq;
553 static inline struct qedr_cq *get_qedr_cq(struct ib_cq *ibcq) in get_qedr_cq()
555 return container_of(ibcq, struct qedr_cq, ibcq); in get_qedr_cq()
Dverbs.c661 struct qedr_cq *cq, struct ib_udata *udata) in qedr_copy_cq_uresp()
678 static void consume_cqe(struct qedr_cq *cq) in consume_cqe()
747 static inline void qedr_init_cq_params(struct qedr_cq *cq, in qedr_init_cq_params()
766 static void doorbell_cq(struct qedr_cq *cq, u32 cons, u8 flags) in doorbell_cq()
775 struct qedr_cq *cq = get_qedr_cq(ibcq); in qedr_arm_cq()
822 struct qedr_cq *cq = get_qedr_cq(ibcq); in qedr_create_cq()
942 struct qedr_cq *cq = get_qedr_cq(ibcq); in qedr_resize_cq()
957 struct qedr_cq *cq = get_qedr_cq(ibcq); in qedr_destroy_cq()
3628 static int is_valid_cqe(struct qedr_cq *cq, union rdma_cqe *cqe) in is_valid_cqe()
3655 static union rdma_cqe *get_cqe(struct qedr_cq *cq) in get_cqe()
[all …]
Dmain.c233 INIT_RDMA_OBJ_SIZE(ib_cq, qedr_cq, ibcq),
453 struct qedr_cq *cq; in qedr_irq_handler()
467 cq = (struct qedr_cq *)(uintptr_t)HILO_U64(cq_handle->hi, in qedr_irq_handler()
673 struct qedr_cq *cq; in qedr_affiliated_event()
728 cq = (struct qedr_cq *)(uintptr_t)roce_handle64; in qedr_affiliated_event()
Dqedr_roce_cm.c75 struct qedr_cq *cq = dev->gsi_sqcq; in qedr_ll2_complete_tx_packet()
100 struct qedr_cq *cq = dev->gsi_rqcq; in qedr_ll2_complete_rx_packet()
137 struct qedr_cq *cq; in qedr_destroy_gsi_cq()
675 struct qedr_cq *cq = get_qedr_cq(ibcq); in qedr_gsi_poll_cq()