Lines Matching refs:isge
758 struct rvt_sge *isge, struct rvt_sge *last_sge, in rvt_lkey_ok() argument
783 isge->mr = mr; in rvt_lkey_ok()
784 isge->vaddr = (void *)sge->addr; in rvt_lkey_ok()
785 isge->length = sge->length; in rvt_lkey_ok()
786 isge->sge_length = sge->length; in rvt_lkey_ok()
787 isge->m = 0; in rvt_lkey_ok()
788 isge->n = 0; in rvt_lkey_ok()
837 isge->mr = mr; in rvt_lkey_ok()
838 isge->vaddr = mr->map[m]->segs[n].vaddr + off; in rvt_lkey_ok()
839 isge->length = mr->map[m]->segs[n].length - off; in rvt_lkey_ok()
840 isge->sge_length = sge->length; in rvt_lkey_ok()
841 isge->m = m; in rvt_lkey_ok()
842 isge->n = n; in rvt_lkey_ok()
844 trace_rvt_sge_new(isge, sge); in rvt_lkey_ok()