Lines Matching refs:epriv
2341 struct hfi1_ack_priv *epriv = e->priv; in hfi1_build_tid_rdma_read_resp() local
2342 struct tid_rdma_request *req = &epriv->tid_req; in hfi1_build_tid_rdma_read_resp()
3828 struct hfi1_ack_priv *epriv = e->priv; in hfi1_build_tid_rdma_write_resp() local
3829 struct tid_rdma_request *req = &epriv->tid_req; in hfi1_build_tid_rdma_write_resp()
3882 epriv->ss.sge.vaddr = resp_addr; in hfi1_build_tid_rdma_write_resp()
3883 epriv->ss.sge.sge_length = resp_len; in hfi1_build_tid_rdma_write_resp()
3884 epriv->ss.sge.length = epriv->ss.sge.sge_length; in hfi1_build_tid_rdma_write_resp()
3889 epriv->ss.sge.mr = NULL; in hfi1_build_tid_rdma_write_resp()
3890 epriv->ss.sge.m = 0; in hfi1_build_tid_rdma_write_resp()
3891 epriv->ss.sge.n = 0; in hfi1_build_tid_rdma_write_resp()
3893 epriv->ss.sg_list = NULL; in hfi1_build_tid_rdma_write_resp()
3894 epriv->ss.total_len = epriv->ss.sge.sge_length; in hfi1_build_tid_rdma_write_resp()
3895 epriv->ss.num_sge = 1; in hfi1_build_tid_rdma_write_resp()
3897 *ss = &epriv->ss; in hfi1_build_tid_rdma_write_resp()
3898 *len = epriv->ss.total_len; in hfi1_build_tid_rdma_write_resp()