Searched refs:qedr_qp (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/drivers/infiniband/hw/qedr/ |
D | qedr.h | 169 struct qedr_qp *gsi_qp; 394 struct qedr_qp { struct 563 struct qedr_qp *qp; 594 static inline struct qedr_qp *get_qedr_qp(struct ib_qp *ibqp) in get_qedr_qp() 596 return container_of(ibqp, struct qedr_qp, ibqp); in get_qedr_qp() 614 static inline bool qedr_qp_has_srq(struct qedr_qp *qp) in qedr_qp_has_srq() 619 static inline bool qedr_qp_has_sq(struct qedr_qp *qp) in qedr_qp_has_sq() 627 static inline bool qedr_qp_has_rq(struct qedr_qp *qp) in qedr_qp_has_rq()
|
D | qedr_roce_cm.h | 54 struct qedr_qp *qp); 56 struct qedr_qp *qp, struct ib_qp_init_attr *attrs);
|
D | qedr_roce_cm.c | 58 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() 323 struct qedr_qp *qp) in qedr_create_gsi_qp() 380 struct qedr_qp *qp, in qedr_gsi_build_header() 491 struct qedr_qp *qp, in qedr_gsi_build_packet() 545 struct qedr_qp *qp = get_qedr_qp(ibqp); in qedr_gsi_post_send() 615 struct qedr_qp *qp = get_qedr_qp(ibqp); in qedr_gsi_post_recv() 674 struct qedr_qp *qp = dev->gsi_qp; in qedr_gsi_poll_cq()
|
D | qedr_iw_cm.c | 84 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() 740 struct qedr_qp *qp; in qedr_iw_accept() 801 struct qedr_qp *qp = get_qedr_qp(ibqp); in qedr_iw_qp_add_ref() 808 struct qedr_qp *qp = get_qedr_qp(ibqp); in qedr_iw_qp_rem_ref()
|
D | verbs.c | 1272 struct qedr_qp *qp) in qedr_copy_rq_uresp() 1292 struct qedr_qp *qp) in qedr_copy_sq_uresp() 1308 struct qedr_qp *qp, struct ib_udata *udata, in qedr_copy_qp_uresp() 1343 struct qedr_qp *qp, in qedr_set_common_qp_params() 1393 static int qedr_set_roce_db_info(struct qedr_dev *dev, struct qedr_qp *qp) in qedr_set_roce_db_info() 1730 struct qedr_qp *qp, in qedr_init_common_qp_in_params() 1765 static inline void qedr_qp_user_print(struct qedr_dev *dev, struct qedr_qp *qp) in qedr_qp_user_print() 1783 struct qedr_qp *qp, in qedr_iwarp_populate_user_qp() 1802 struct qedr_qp *qp) in qedr_cleanup_user() 1840 struct qedr_qp *qp, in qedr_create_user_qp() [all …]
|
D | main.c | 235 INIT_RDMA_OBJ_SIZE(ib_qp, qedr_qp, ibqp), 659 struct qedr_qp *qp; in qedr_affiliated_event() 741 qp = (struct qedr_qp *)(uintptr_t)roce_handle64; in qedr_affiliated_event()
|