Home
last modified time | relevance | path

Searched refs:qedr_qp (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/infiniband/hw/qedr/
Dqedr.h169 struct qedr_qp *gsi_qp;
394 struct qedr_qp { struct
561 struct qedr_qp *qp;
592 static inline struct qedr_qp *get_qedr_qp(struct ib_qp *ibqp) in get_qedr_qp()
594 return container_of(ibqp, struct qedr_qp, ibqp); in get_qedr_qp()
612 static inline bool qedr_qp_has_srq(struct qedr_qp *qp) in qedr_qp_has_srq()
617 static inline bool qedr_qp_has_sq(struct qedr_qp *qp) in qedr_qp_has_sq()
625 static inline bool qedr_qp_has_rq(struct qedr_qp *qp) in qedr_qp_has_rq()
Dqedr_roce_cm.h55 struct qedr_qp *qp);
57 struct qedr_qp *qp, struct ib_qp_init_attr *attrs);
Dqedr_roce_cm.c58 void qedr_store_gsi_qp_cq(struct qedr_dev *dev, struct qedr_qp *qp, in qedr_store_gsi_qp_cq()
76 struct qedr_qp *qp = dev->gsi_qp; in qedr_ll2_complete_tx_packet()
101 struct qedr_qp *qp = dev->gsi_qp; in qedr_ll2_complete_rx_packet()
263 struct ib_qp_init_attr *attrs, struct qedr_qp *qp) in qedr_ll2_start()
324 struct qedr_qp *qp) in qedr_create_gsi_qp()
382 struct qedr_qp *qp, in qedr_gsi_build_header()
493 struct qedr_qp *qp, in qedr_gsi_build_packet()
547 struct qedr_qp *qp = get_qedr_qp(ibqp); in qedr_gsi_post_send()
617 struct qedr_qp *qp = get_qedr_qp(ibqp); in qedr_gsi_post_recv()
676 struct qedr_qp *qp = dev->gsi_qp; in qedr_gsi_poll_cq()
Dqedr_iw_cm.c84 struct qedr_qp *qp = container_of(ref, struct qedr_qp, refcnt); in qedr_iw_free_qp()
215 struct qedr_qp *qp = ep->qp; in qedr_iw_disconnect_worker()
518 static struct qedr_qp *qedr_iw_load_qp(struct qedr_dev *dev, u32 qpn) in qedr_iw_load_qp()
520 struct qedr_qp *qp; in qedr_iw_load_qp()
542 struct qedr_qp *qp; in qedr_iw_connect()
738 struct qedr_qp *qp; in qedr_iw_accept()
799 struct qedr_qp *qp = get_qedr_qp(ibqp); in qedr_iw_qp_add_ref()
806 struct qedr_qp *qp = get_qedr_qp(ibqp); in qedr_iw_qp_rem_ref()
Dverbs.c1276 struct qedr_qp *qp) in qedr_copy_rq_uresp()
1296 struct qedr_qp *qp) in qedr_copy_sq_uresp()
1312 struct qedr_qp *qp, struct ib_udata *udata, in qedr_copy_qp_uresp()
1338 struct qedr_qp *qp, in qedr_set_common_qp_params()
1382 static int qedr_set_roce_db_info(struct qedr_dev *dev, struct qedr_qp *qp) in qedr_set_roce_db_info()
1715 struct qedr_qp *qp, in qedr_init_common_qp_in_params()
1750 static inline void qedr_qp_user_print(struct qedr_dev *dev, struct qedr_qp *qp) in qedr_qp_user_print()
1768 struct qedr_qp *qp, in qedr_iwarp_populate_user_qp()
1787 struct qedr_qp *qp) in qedr_cleanup_user()
1825 struct qedr_qp *qp, in qedr_create_user_qp()
[all …]
Dmain.c683 struct qedr_qp *qp; in qedr_affiliated_event()
765 qp = (struct qedr_qp *)(uintptr_t)roce_handle64; in qedr_affiliated_event()