Searched refs:qedr_qp (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/infiniband/hw/qedr/ |
| H A 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()
|
| H A D | qedr_roce_cm.h | 54 struct qedr_qp *qp); 56 struct qedr_qp *qp, struct ib_qp_init_attr *attrs);
|
| H A 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()
|
| H A 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() 519 static struct qedr_qp *qedr_iw_load_qp(struct qedr_dev *dev, u32 qpn) in qedr_iw_load_qp() 521 struct qedr_qp *qp; in qedr_iw_load_qp() 543 struct qedr_qp *qp; in qedr_iw_connect() 741 struct qedr_qp *qp; in qedr_iw_accept() 802 struct qedr_qp *qp = get_qedr_qp(ibqp); in qedr_iw_qp_add_ref() 809 struct qedr_qp *qp = get_qedr_qp(ibqp); in qedr_iw_qp_rem_ref()
|
| H A 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()
|