Searched refs:remote_qp (Results 1 – 4 of 4) sorted by relevance
152 struct scif_qp *remote_qp; in scif_setup_qp_accept() local159 remote_qp = scif_ioremap(phys, sizeof(struct scif_qp), scifdev); in scif_setup_qp_accept()160 if (!remote_qp) in scif_setup_qp_accept()162 qp->remote_qp = remote_qp; in scif_setup_qp_accept()163 if (qp->remote_qp->magic != SCIFEP_MAGIC) { in scif_setup_qp_accept()167 qp->remote_buf = remote_qp->local_buf; in scif_setup_qp_accept()168 remote_size = qp->remote_qp->inbound_q.size; in scif_setup_qp_accept()174 qp->remote_qp->local_write = 0; in scif_setup_qp_accept()181 &qp->remote_qp->local_write, in scif_setup_qp_accept()192 qp->remote_qp->local_read = 0; in scif_setup_qp_accept()[all …]
21 if (qp->remote_qp) { in scif_cleanup_ep_qp()22 scif_iounmap((void *)qp->remote_qp, in scif_cleanup_ep_qp()24 qp->remote_qp = NULL; in scif_cleanup_ep_qp()
70 scif_iounmap((void *)qp->remote_qp, sizeof(struct scif_qp), dev); in scif_cleanup_qp()73 qp->remote_qp = NULL; in scif_cleanup_qp()
162 struct scif_qp *remote_qp; member