Lines Matching refs:epriv
2348 struct hfi1_ack_priv *epriv = e->priv; in hfi1_build_tid_rdma_read_resp() local
2349 struct tid_rdma_request *req = &epriv->tid_req; in hfi1_build_tid_rdma_read_resp()
3840 struct hfi1_ack_priv *epriv = e->priv; in hfi1_build_tid_rdma_write_resp() local
3841 struct tid_rdma_request *req = &epriv->tid_req; in hfi1_build_tid_rdma_write_resp()
3894 epriv->ss.sge.vaddr = resp_addr; in hfi1_build_tid_rdma_write_resp()
3895 epriv->ss.sge.sge_length = resp_len; in hfi1_build_tid_rdma_write_resp()
3896 epriv->ss.sge.length = epriv->ss.sge.sge_length; in hfi1_build_tid_rdma_write_resp()
3901 epriv->ss.sge.mr = NULL; in hfi1_build_tid_rdma_write_resp()
3902 epriv->ss.sge.m = 0; in hfi1_build_tid_rdma_write_resp()
3903 epriv->ss.sge.n = 0; in hfi1_build_tid_rdma_write_resp()
3905 epriv->ss.sg_list = NULL; in hfi1_build_tid_rdma_write_resp()
3906 epriv->ss.total_len = epriv->ss.sge.sge_length; in hfi1_build_tid_rdma_write_resp()
3907 epriv->ss.num_sge = 1; in hfi1_build_tid_rdma_write_resp()
3909 *ss = &epriv->ss; in hfi1_build_tid_rdma_write_resp()
3910 *len = epriv->ss.total_len; in hfi1_build_tid_rdma_write_resp()