Searched refs:remote_qp (Results 1 – 4 of 4) sorted by relevance
161 struct scif_qp *remote_qp; in scif_setup_qp_accept() local168 remote_qp = scif_ioremap(phys, sizeof(struct scif_qp), scifdev); in scif_setup_qp_accept()169 if (!remote_qp) in scif_setup_qp_accept()171 qp->remote_qp = remote_qp; in scif_setup_qp_accept()172 if (qp->remote_qp->magic != SCIFEP_MAGIC) { in scif_setup_qp_accept()176 qp->remote_buf = remote_qp->local_buf; in scif_setup_qp_accept()177 remote_size = qp->remote_qp->inbound_q.size; in scif_setup_qp_accept()183 qp->remote_qp->local_write = 0; in scif_setup_qp_accept()190 &qp->remote_qp->local_write, in scif_setup_qp_accept()201 qp->remote_qp->local_read = 0; in scif_setup_qp_accept()[all …]
30 if (qp->remote_qp) { in scif_cleanup_ep_qp()31 scif_iounmap((void *)qp->remote_qp, in scif_cleanup_ep_qp()33 qp->remote_qp = NULL; in scif_cleanup_ep_qp()
79 scif_iounmap((void *)qp->remote_qp, sizeof(struct scif_qp), dev); in scif_cleanup_qp()82 qp->remote_qp = NULL; in scif_cleanup_qp()
162 struct scif_qp *remote_qp; member